Files
klz-cables.com/.pnpm-store/v10/files/68/c37689b2f8a4ce4bc84fdc5c69f5de7b158eaa71f01cb909b5102909bd3374d9fac7eb6c8912dee7e230059de20b4f380e9aece1a33ca3929df715a1a82a5b
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

55 lines
999 B
Plaintext

@import '../../../../scss/styles.scss';
@layer payload-default {
.relationship--single-value {
&.rs__single-value {
overflow: visible;
min-width: 0;
}
&__label-text {
max-width: unset;
display: flex;
align-items: center;
overflow: visible;
width: 100%;
flex-shrink: 1;
}
&__text {
overflow: hidden;
text-overflow: ellipsis;
}
&__drawer-toggler {
border: none;
background-color: transparent;
padding: 0;
cursor: pointer;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
margin-left: base(0.25);
pointer-events: all;
.icon {
width: base(0.75);
height: base(0.75);
}
&:focus-visible {
outline: var(--accessibility-outline);
}
&:hover {
background-color: var(--theme-elevation-100);
}
}
&__label {
flex-grow: 1;
}
}
}