forked from HPR/hpr_generator
		
	Allow horizontal scroll on small screens for tables
This is applied to the .hosts and #t01 tables only
This commit is contained in:
		| @@ -291,6 +291,17 @@ table.hosts { | ||||
|  | ||||
| } | ||||
|  | ||||
| table#t01, | ||||
| table.hosts { | ||||
| 	display: block; | ||||
| 	overflow-x: auto; | ||||
| } | ||||
|  | ||||
| table#t01 tbody, | ||||
| table.hosts tbody { | ||||
| 	display: table; | ||||
| } | ||||
|  | ||||
| table#t01 tr:nth-child(even), | ||||
| table.hosts tr:nth-child(even) { | ||||
| 	background-color: #cccccc; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user