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

13 lines
217 B
Plaintext

@import '../../scss/styles.scss';
@layer payload-default {
.collapsible-field {
&__row-label-wrap {
pointer-events: none;
display: flex;
align-items: center;
gap: base(0.5);
}
}
}