From 6b583c8c470738d8d97ca7b097099953942a38eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=C3=A4ssler?= Date: Mon, 20 Jul 2020 21:50:12 +0200 Subject: [PATCH] fix alignment of icons and text in table header --- client/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/style.css b/client/style.css index ee2b31c..0125585 100755 --- a/client/style.css +++ b/client/style.css @@ -353,6 +353,7 @@ tbody tr:hover td { padding: 5px 3px; display: flex; justify-content: center; + align-items: center; width: 100%; text-decoration: none; color: black;