mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Improve mobile review ui (#31091)
Fixes: https://github.com/go-gitea/gitea/issues/31071 Not perfect but much better than before. Before: Overflows, sticky not working, filename unreadable: <img width="506" alt="Screenshot 2024-05-27 at 02 02 40" src="https://github.com/go-gitea/gitea/assets/115237/a06b1edf-dece-4402-98c2-68670fca265f"> After: <img width="457" alt="Screenshot 2024-05-27 at 01 59 06" src="https://github.com/go-gitea/gitea/assets/115237/2a282c96-e719-4554-b418-81963ae6269c">
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
|   overflow: hidden; | ||||
|   font-size: 16px; | ||||
|   line-height: 1.5 !important; | ||||
|   word-wrap: break-word; | ||||
|   overflow-wrap: anywhere; | ||||
| } | ||||
|  | ||||
| .markup > *:first-child { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user