Skip to content

Commit d80365f

Browse files
authored
Merge pull request Sofie-Automation#1565 from Sofie-Automation/rjmunro/fix-long-message-dismiss
Fix dismissing long messages
2 parents b6af173 + 2c9fe65 commit d80365f

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)