Files
klz-cables.com/.pnpm-store/v10/files/df/0c9546fdf9a832922b7e249f353ad23d434602222b0b134b533805a10c07746cc8003b9f70493755ce8906963f1892e36e4a03e3b065bdcabff9fe2dad5e44
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

32 lines
483 B
Plaintext

@import '../../../scss/styles.scss';
@layer payload-default {
.file-meta {
&__url {
display: flex;
gap: base(0.4);
a {
font-weight: 600;
text-decoration: none;
&:hover,
&:focus-visible {
text-decoration: underline;
}
}
}
&__size-type,
&__url a {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
&__edit {
position: relative;
}
}
}