]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - frontend/css/style.css
Reduce vertical height of table headers
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / css / style.css
index 7be973a429d98b45b2d416995cc0298c065cf3d3..ead82415cc838bb761993d8d28897d526b770e50 100644 (file)
@@ -57,6 +57,7 @@ a:hover, a:focus {
 
 .el-table th {
     font-size: 12px;
+    padding: 0;
 }
 
 .rename-action {
@@ -89,6 +90,10 @@ a:hover, a:focus {
     transition: background-color .1s ease;
 }
 
+.el-drawer__header {
+    margin-bottom: 10px;
+}
+
 /* welcome and 404 page */
 .container-center {
     display: flex;