Make sure to add ellipsis when width is too small.
This commit is contained in:
		
							parent
							
								
									1fdd416f80
								
							
						
					
					
						commit
						bd1040b153
					
				
					 2 changed files with 11 additions and 2 deletions
				
			
		|  | @ -3,4 +3,7 @@ | ||||||
| 
 | 
 | ||||||
| .collapsible > li > header { | .collapsible > li > header { | ||||||
| 	font-weight: bold; | 	font-weight: bold; | ||||||
|  | 	text-overflow: ellipsis; | ||||||
|  | 	overflow: hidden; | ||||||
|  | 	white-space: nowrap; | ||||||
| } | } | ||||||
|  | @ -1,4 +1,10 @@ | ||||||
| nav .brand-logo { | nav .brand-logo { | ||||||
|      font-size: 1.25rem !important; | 	font-size: 1.25rem !important; | ||||||
|      font-weight: bold; | 	font-weight: bold; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | nav > span { | ||||||
|  | 	text-overflow: ellipsis; | ||||||
|  | 	overflow: hidden; | ||||||
|  | 	white-space: nowrap; | ||||||
| } | } | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue