0
Fork 0
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:
Eva 2023-01-18 12:09:15 +01:00 committed by Alonso Torres
parent f93d0e1c4d
commit de7a1d34c0

View file

@ -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 {