Skip to content

Commit 2c9fe65

Browse files
committed
fix: prevent long IDs in warnings from pushing the dismiss button offscreen
1 parent b6af173 commit 2c9fe65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/webui/src/client/styles/notifications.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
cursor: default;
112112

113113
overflow-wrap: break-word;
114+
overflow: hidden; /* prevent long ids in warnings from pushng the dismiss button offscreen */
114115

115116
> h5 {
116117
color: inherit;

0 commit comments

Comments
 (0)