Files
klz-cables.com/.pnpm-store/v10/files/c2/6990cb152a6ea45b1b0ecee8ef4ebd9576c1ce0b6437ac874bc8824df1e69607ca0bbc37a9b6a062e1b1ac5b3f89ed8192304828e16cf23d598911175452b8
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

32 lines
693 B
Plaintext

@import '../../../../../scss/styles.scss';
@layer payload-default {
.json-cell {
font-size: 1rem;
line-height: base(1);
border: 0;
display: inline-flex;
vertical-align: middle;
background: var(--theme-elevation-150);
color: var(--theme-elevation-800);
border-radius: $style-radius-m;
padding: 0 base(0.25);
max-width: 99.9%;
[dir='ltr'] & {
padding-left: base(0.0875 + 0.25);
}
[dir='rtl'] & {
padding-right: base(0.0875 + 0.25);
}
background: var(--theme-elevation-100);
color: var(--theme-elevation-800);
span {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}