Explorar el Código

Fix line-height being to height for table cells

ohartl hace 9 años
padre
commit
82de30f636
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      include/css/style.css

+ 2 - 2
include/css/style.css

@@ -269,8 +269,8 @@ body {
 		}
 
 		#content .table tbody td {
-			line-height: 33px;
-			padding: 0 10px;
+			line-height: 21px;
+			padding: 9px 10px;
 			border: 1px solid rgba(179, 176, 176, 1);
 		}