Files
klz-cables.com/.pnpm-store/v10/files/07/764e6d8eb2f157f923250bf58a9cc405ff19251dc7becf8151632d87ebd1a92cbe6b0f92dfb2913f80d910a3220916748206c3252e95c7db15450cf052b1b7
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

28 lines
504 B
Plaintext

@import '../../../scss/styles.scss';
@layer payload-default {
.multi-value-label {
@extend %small;
display: flex;
align-items: center;
max-width: 150px;
color: currentColor;
padding: 0 base(0.4);
&__text {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
&--editable {
cursor: text;
outline: var(--accessibility-outline);
}
}
&:focus-visible {
outline: var(--accessibility-outline);
}
}
}