mirror of
https://github.com/penpot/penpot.git
synced 2026-05-05 16:18:35 +00:00
🐛 Fix export button width on design tab (#6744)
This commit is contained in:
parent
3d0c3013e5
commit
1a8f36562b
@ -39,7 +39,7 @@
|
||||
|
||||
.multiple-exports {
|
||||
@include flexRow;
|
||||
grid-column: 1 / 9;
|
||||
grid-column: 1 / span 9;
|
||||
}
|
||||
|
||||
.label {
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user