mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
🐛 Fix '(...)' is truncated for 'Typographies' section in Library view
This commit is contained in:
parent
0716aaeff6
commit
85e1899f6b
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@
|
||||||
// LIBRARY VIEW
|
// LIBRARY VIEW
|
||||||
.grid-item {
|
.grid-item {
|
||||||
.library {
|
.library {
|
||||||
height: 556px;
|
height: 580px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.project-th.library {
|
&.project-th.library {
|
||||||
|
|
Loading…
Reference in a new issue