Abbreviate first column of sidebar table
This implements part of #6 with CSS to shorten extremely long node names with ellipsis.
This commit is contained in:
		
							parent
							
								
									9215387fbe
								
							
						
					
					
						commit
						491efeba36
					
				@ -236,6 +236,14 @@ table {
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.sidebar table th:first-child,
 | 
			
		||||
.sidebar table td:first-child {
 | 
			
		||||
  white-space: nowrap;
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
  text-overflow: ellipsis;
 | 
			
		||||
  width: 60%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.sidebarhandle {
 | 
			
		||||
  position: fixed;
 | 
			
		||||
  left: $sidebarwidth + 2 * $buttondistance;
 | 
			
		||||
@ -283,6 +291,7 @@ table {
 | 
			
		||||
 | 
			
		||||
.sidebar table {
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  table-layout: fixed;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.sidebar table th {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user