Skip to content

Commit a6d874f

Browse files
committed
Cut off overflowing shortcuts list
1 parent f38d98f commit a6d874f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DashboardPanelShortcuts.css

100755100644
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
padding: var(--dashboard-card-padding-list-y) var(--dashboard-card-padding-content-x);
6060
border-bottom: 1px solid var(--dashboard-color-separator);
6161
white-space: nowrap;
62+
overflow: hidden;
63+
text-overflow: ellipsis;
6264
&:hover {
6365
background: var(--dashboard-color-list-hover-bg);
6466
}

0 commit comments

Comments
 (0)