mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00: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;
 | 
					  display: flex;
 | 
				
			||||||
  border-bottom: 0 !important;
 | 
					  border-bottom: 0 !important;
 | 
				
			||||||
  padding: 3px !important;
 | 
					  padding: 3px !important;
 | 
				
			||||||
  width: 20%;
 | 
					 | 
				
			||||||
  max-width: 60px;
 | 
					  max-width: 60px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user