mirror of
https://github.com/penpot/penpot.git
synced 2025-07-13 14:37:34 +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 {
|
||||
@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…
Add table
Add a link
Reference in a new issue