mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00: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 {
 | 
				
			||||||
    overflow: visible;
 | 
					    overflow: visible;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					  /* fix alignment of PR popup in branches table */
 | 
				
			||||||
 | 
					  table .ui.popup {
 | 
				
			||||||
 | 
					    text-align: left;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.ui.user.list {
 | 
					.ui.user.list {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user