Files
klz-cables.com/.pnpm-store/v10/files/67/1168ecbe23839f5a5ee81f309fd6def0c870977aca053516fa1cadd1d29b2ce62fce446a734e6076762284bb4878250868e5ed3f015d413b97b77ef703491d
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

15 lines
258 B
Plaintext

@layer payload-default {
.nullify-locale-field {
margin-bottom: 0;
.field-type.checkbox {
display: flex;
flex-direction: column;
margin: 0;
}
+ .array-field__add-row {
margin-top: calc(var(--base) / 2);
}
}
}