mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-10-31 00:04:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			195 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			195 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| // Wall of Browser Bugs
 | |
| //
 | |
| // Better display for the responsive table on the Wall of Browser Bugs.
 | |
| 
 | |
| .bd-browser-bugs {
 | |
|   td p {
 | |
|     margin-bottom: 0;
 | |
|   }
 | |
|   th:first-child {
 | |
|     width: 18%;
 | |
|   }
 | |
| }
 |