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"
/>
This commit is contained in:
silverwind
2025-09-10 15:05:35 +02:00
committed by GitHub
parent 274f4aea7e
commit b76e69fee7

View File

@@ -120,6 +120,7 @@
flex-wrap: wrap;
gap: 0.5em;
padding: 0.5em 1em;
overflow-wrap: anywhere;
}
.notifications-item:hover {