Fix grid layout of libraries modal

This commit is contained in:
Belén Albeza 2026-07-15 11:44:13 +02:00
parent 9a4aa73c51
commit 3ef1c43cf2

View File

@ -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 {