🐛 Fix export button width on design tab (#6744)
Some checks failed
Commit Message Check / Check Commit Message (push) Has been cancelled

This commit is contained in:
Eva Marco
2025-06-20 12:04:49 +02:00
committed by GitHub
parent 3d0c3013e5
commit 1a8f36562b
2 changed files with 3 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
.multiple-exports {
@include flexRow;
grid-column: 1 / 9;
grid-column: 1 / span 9;
}
.label {

View File

@@ -23,6 +23,7 @@
.multiple-exports {
@include flexRow;
grid-column: 1 / span 9;
.label {
@extend .mixed-bar;
}
@@ -73,6 +74,6 @@
.export-btn {
@extend .button-secondary;
@include uppercaseTitleTipography;
grid-column: 1 / span 8;
grid-column: 1 / span 9;
height: $s-32;
}