Skip to content

Commit f3bd77f

Browse files
authored
Enhance notification message styles
Add styles to handle overflow and word breaking in notification messages.
1 parent b687005 commit f3bd77f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/sidebarApps/notification/style.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@
106106
font-size: 12px;
107107
color: var(--secondary-text-color);
108108
line-height: 1.4;
109+
overflow: hidden;
110+
display: -webkit-box;
111+
-webkit-box-orient: vertical;
112+
word-break: break-word;
109113
}
110114

111115
.notification-actions {
@@ -160,4 +164,4 @@
160164
transform: translateX(0);
161165
opacity: 1;
162166
}
163-
}
167+
}

0 commit comments

Comments
 (0)