mirror of
https://github.com/penpot/penpot.git
synced 2025-07-14 11:47:16 +02:00
🐛 Fix export button width on design tab (#6744)
This commit is contained in:
parent
3d0c3013e5
commit
1a8f36562b
2 changed files with 3 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
.multiple-exports {
|
.multiple-exports {
|
||||||
@include flexRow;
|
@include flexRow;
|
||||||
grid-column: 1 / 9;
|
grid-column: 1 / span 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
.multiple-exports {
|
.multiple-exports {
|
||||||
@include flexRow;
|
@include flexRow;
|
||||||
|
grid-column: 1 / span 9;
|
||||||
.label {
|
.label {
|
||||||
@extend .mixed-bar;
|
@extend .mixed-bar;
|
||||||
}
|
}
|
||||||
|
@ -73,6 +74,6 @@
|
||||||
.export-btn {
|
.export-btn {
|
||||||
@extend .button-secondary;
|
@extend .button-secondary;
|
||||||
@include uppercaseTitleTipography;
|
@include uppercaseTitleTipography;
|
||||||
grid-column: 1 / span 8;
|
grid-column: 1 / span 9;
|
||||||
height: $s-32;
|
height: $s-32;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue