From 46ce71e738df2394687605688b6589567aa659f6 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 8 Mar 2021 22:27:33 +0100 Subject: [PATCH] make tables more compact --- src/styles/app.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/styles/app.css b/src/styles/app.css index 7c50bcf..035497c 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -253,15 +253,16 @@ hr { color: #fff; } +.table td { + padding: 0.5em 0.5em !important; +} + /** * Buttons */ -.table-control-button { - border: none; - - background: none; - - padding: 0 5px; +.btn-table-control-button { + padding: 0 0.5em !important; + line-height: 1em !important; } .table-control-button:hover {