mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
🐛 Fix board preset size selector css
This commit is contained in:
parent
f93d0e1c4d
commit
de7a1d34c0
1 changed files with 1 additions and 3 deletions
|
@ -348,6 +348,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: $fs14;
|
font-size: $fs14;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
gap: 0 10px;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
padding: $size-2;
|
padding: $size-2;
|
||||||
|
|
||||||
|
@ -356,9 +357,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
&:not(:first-child) {
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.check-icon {
|
.check-icon {
|
||||||
|
|
Loading…
Add table
Reference in a new issue