Skip to content

Commit b76e69f

Browse files
authored
Fix overflow in notifications list (#35446)
Before: <img width="1339" height="159" alt="Screenshot 2025-09-10 at 02 29 09" src="https://github.com/user-attachments/assets/097f0929-f387-428f-a53d-74cf88d0b013" /> After: <img width="1335" height="114" alt="Screenshot 2025-09-10 at 02 29 17" src="https://github.com/user-attachments/assets/2185c9aa-eca0-43da-b244-674e7b81aef8" />
1 parent 274f4ae commit b76e69f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/css/user.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
flex-wrap: wrap;
121121
gap: 0.5em;
122122
padding: 0.5em 1em;
123+
overflow-wrap: anywhere;
123124
}
124125

125126
.notifications-item:hover {

0 commit comments

Comments
 (0)