mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Ensure popup text is aligned left (#17327)
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
This commit is contained in:
		@@ -60,6 +60,10 @@
 | 
			
		||||
  .overflow-visible {
 | 
			
		||||
    overflow: visible;
 | 
			
		||||
  }
 | 
			
		||||
  /* fix alignment of PR popup in branches table */
 | 
			
		||||
  table .ui.popup {
 | 
			
		||||
    text-align: left;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.ui.user.list {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user