mirror of
https://github.com/penpot/penpot.git
synced 2026-08-07 05:18:36 +00:00
✨ Fix grid layout of libraries modal
This commit is contained in:
parent
9a4aa73c51
commit
3ef1c43cf2
@ -111,6 +111,10 @@
|
||||
|
||||
.item-content {
|
||||
height: fit-content;
|
||||
// Allow this 1fr grid track to shrink below its content's min-content so the
|
||||
// item name can ellipsis instead of overflowing the column (which otherwise
|
||||
// triggers a horizontal scrollbar, more visible under UI scaling).
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.close-btn {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user