mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 00:36:11 +02:00
🐛 Fix visual problem with the font-size dropdown in assets
This commit is contained in:
parent
635c6efe42
commit
471c636580
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
- Fix problem with Ctrl+F shortcut on the dashboard [Taiga #8876](https://tree.taiga.io/project/penpot/issue/8876)
|
- Fix problem with Ctrl+F shortcut on the dashboard [Taiga #8876](https://tree.taiga.io/project/penpot/issue/8876)
|
||||||
|
- Fix visual problem with the font-size dropdown in assets [Taiga #8872](https://tree.taiga.io/project/penpot/issue/8872)
|
||||||
|
|
||||||
## 2.2.0
|
## 2.2.0
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
grid-auto-rows: max-content;
|
grid-auto-rows: max-content;
|
||||||
// TODO: ugly hack :( Fix this! we shouldn't be hardcoding this height
|
// TODO: ugly hack :( Fix this! we shouldn't be hardcoding this height
|
||||||
max-height: calc(100vh - $s-80);
|
height: calc(100vh - $s-92);
|
||||||
scrollbar-gutter: stable;
|
scrollbar-gutter: stable;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding-top: $s-8;
|
padding-top: $s-8;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue