aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@cloudron.io>2020-01-05 23:49:42 +0100
committerJohannes Zellner <johannes@cloudron.io>2020-01-05 23:49:42 +0100
commitaa1b4549ee6ce94a250e50aa859306f4aa0d7251 (patch)
treed7c21ef3acfdabdffd9f970b71948904ec243a28
parent4ee20d6e9f4b1f2858f8e48993247b85273742ee (diff)
downloadSurfer-aa1b4549ee6ce94a250e50aa859306f4aa0d7251.tar.gz
Surfer-aa1b4549ee6ce94a250e50aa859306f4aa0d7251.tar.zst
Surfer-aa1b4549ee6ce94a250e50aa859306f4aa0d7251.zip
Reduce vertical height of table headers
-rw-r--r--frontend/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/css/style.css b/frontend/css/style.css
index 1046e50..ead8241 100644
--- a/frontend/css/style.css
+++ b/frontend/css/style.css
@@ -57,6 +57,7 @@ a:hover, a:focus {
57 57
58.el-table th { 58.el-table th {
59 font-size: 12px; 59 font-size: 12px;
60 padding: 0;
60} 61}
61 62
62.rename-action { 63.rename-action {