Files
klz-cables.com/.pnpm-store/v10/files/70/5cae8f837825c3c1793c106370622a96b339c60ffa3cd28dca7d6c86753e853333daab8c864670cb6c39a8c796b20103c2084a2acb52803b920b31db42037b
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

18 lines
298 B
Plaintext

@layer payload-default {
.slug-field-component {
width: 100%;
.label-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
gap: calc(var(--base) / 2);
}
.lock-button {
margin: 0;
padding-bottom: 0.3125rem;
}
}
}