mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	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:
		| @@ -120,6 +120,7 @@ | ||||
|   flex-wrap: wrap; | ||||
|   gap: 0.5em; | ||||
|   padding: 0.5em 1em; | ||||
|   overflow-wrap: anywhere; | ||||
| } | ||||
|  | ||||
| .notifications-item:hover { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user