mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Use monospace font in githook editor (#1958)
This commit is contained in:
		@@ -1166,6 +1166,9 @@ footer .ui.language .menu {
 | 
				
			|||||||
.new.webhook .events.fields .column {
 | 
					.new.webhook .events.fields .column {
 | 
				
			||||||
  padding-left: 40px;
 | 
					  padding-left: 40px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.githook textarea {
 | 
				
			||||||
 | 
					  font-family: monospace;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
.repository {
 | 
					.repository {
 | 
				
			||||||
  padding-top: 15px;
 | 
					  padding-top: 15px;
 | 
				
			||||||
  padding-bottom: 80px;
 | 
					  padding-bottom: 80px;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -140,3 +140,9 @@
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.githook {
 | 
				
			||||||
 | 
					    textarea {
 | 
				
			||||||
 | 
					        font-family: monospace;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user