]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Reduce vertical height of table headers
authorJohannes Zellner <johannes@cloudron.io>
Sun, 5 Jan 2020 22:49:42 +0000 (23:49 +0100)
committerJohannes Zellner <johannes@cloudron.io>
Sun, 5 Jan 2020 22:49:42 +0000 (23:49 +0100)
frontend/css/style.css

index 1046e50c12a58c1bcf8fb622d99dc1f00e4a15a5..ead82415cc838bb761993d8d28897d526b770e50 100644 (file)
@@ -57,6 +57,7 @@ a:hover, a:focus {
 
 .el-table th {
     font-size: 12px;
+    padding: 0;
 }
 
 .rename-action {