mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix the truncate and alignment problem for some admin tables (#26042)
Some "text truncate email" code were just copied&pasted, they are not suitable for most admin tables. For the table layouts, some "max-width" helpers could be very helpful. At least, we can get rid of the confusing "email" CSS class.   
This commit is contained in:
		@@ -26,10 +26,6 @@
 | 
			
		||||
  margin: 12px -1rem -1rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.admin.user table.table .email {
 | 
			
		||||
  max-width: 200px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.admin dl.admin-dl-horizontal {
 | 
			
		||||
  padding: 1em;
 | 
			
		||||
  margin: 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user