mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 06:08:24 +02:00
🐛 Fix css custom presets dropdown
This commit is contained in:
parent
708ba3d7ac
commit
404e2bf0b3
2 changed files with 11 additions and 3 deletions
|
@ -510,7 +510,15 @@
|
|||
|
||||
.presets {
|
||||
.custom-select-dropdown {
|
||||
width: 200px;
|
||||
width: 237px;
|
||||
|
||||
li {
|
||||
font-size: $fs12;
|
||||
|
||||
span {
|
||||
font-size: $fs11;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue