mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 20:36:07 +01:00 
			
		
		
		
	Fix some UI problems (install/checkbox) (#30854)
Fix the space between the box and label for checkboxes, and fix incorrect usages in "repo-issue.js"
This commit is contained in:
		@@ -41,7 +41,7 @@ input[type="radio"] {
 | 
			
		||||
 | 
			
		||||
.ui.checkbox label,
 | 
			
		||||
.ui.radio.checkbox label {
 | 
			
		||||
  margin-left: 1.85714em;
 | 
			
		||||
  margin-left: 20px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.ui.checkbox + label {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user