mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 18:06:14 +00:00
✨ Fix grid layout of libraries modal
This commit is contained in:
parent
9a4aa73c51
commit
3ef1c43cf2
@ -111,6 +111,10 @@
|
|||||||
|
|
||||||
.item-content {
|
.item-content {
|
||||||
height: fit-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 {
|
.close-btn {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user