Skip to content

Commit 7b8ff15

Browse files
committed
Adjust grid item label height to avoid overflow
1 parent 68c46f3 commit 7b8ff15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/components/common/listing-grid.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
.label {
101101
overflow: hidden;
102102
margin: 12px;
103-
height: 40px;
104-
line-height: 1.5;
103+
height: calc(var(--sui-line-height-compact) * 2);
104+
line-height: var(--sui-line-height-compact);
105105
}
106106
}
107107

0 commit comments

Comments
 (0)