mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Fix the display of orgs listed in user profile (#26424)
Before:  After:  In #26214, we changed each row's display into `flex` which caused this problem.   In old version:  Maybe we can add paddings here?  In old version; 
This commit is contained in:
		| @@ -96,7 +96,6 @@ | ||||
|   display: flex; | ||||
|   border-bottom: 0 !important; | ||||
|   padding: 3px !important; | ||||
|   width: 20%; | ||||
|   max-width: 60px; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user