mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 23:31:21 -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;
|
||||
font-size: $fs14;
|
||||
display: flex;
|
||||
gap: 0 10px;
|
||||
justify-content: start;
|
||||
padding: $size-2;
|
||||
|
||||
|
@ -356,9 +357,6 @@
|
|||
display: flex;
|
||||
justify-content: start;
|
||||
align-items: center;
|
||||
&:not(:first-child) {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.check-icon {
|
||||
|
|
Loading…
Add table
Reference in a new issue