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

26 lines
408 B
Plaintext

@import '../../../scss/styles.scss';
@layer payload-default {
.bulk-upload--file-manager {
display: flex;
height: 100%;
width: 100%;
overflow: hidden;
&__editView {
flex-grow: 1;
height: 100%;
max-height: 100%;
overflow: auto;
}
@include mid-break {
flex-direction: column-reverse;
&__editView {
flex-grow: 1;
}
}
}
}