fix button heights on commits page (#3091)
This commit is contained in:
		
							parent
							
								
									e2968b4c98
								
							
						
					
					
						commit
						3b89ee5501
					
				
					 2 changed files with 13 additions and 6 deletions
				
			
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							|  | @ -146,11 +146,18 @@ pre, code { | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|    &.menu, |     &.menu, | ||||||
|    &.vertical.menu, |     &.vertical.menu, | ||||||
|    &.segment { |     &.segment { | ||||||
|        box-shadow: none; |         box-shadow: none; | ||||||
|    } |     } | ||||||
|  | 
 | ||||||
|  |     /* overide semantic selector '.ui.menu:not(.vertical) .item > .button' */ | ||||||
|  |     .menu:not(.vertical) .item .button { | ||||||
|  |         padding-bottom: .78571429em; | ||||||
|  |         padding-top: .78571429em; | ||||||
|  |         font-size: 1em; | ||||||
|  |     } | ||||||
| 
 | 
 | ||||||
|     .text { |     .text { | ||||||
|         &.red { |         &.red { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue