From 35a1547e70fb02c40f9846ff6786761be2c7fc1c Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Wed, 27 Jun 2018 20:08:37 +0200 Subject: [PATCH] Fix vertical icon alignment difference between Firefox and Chrome --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 2de8e85..fac3c76 100644 --- a/css/style.css +++ b/css/style.css @@ -293,7 +293,7 @@ table.dataTable.display tbody tr.even:hover { .nogo-delete-marker { text-align: center; - line-height: 16px; + line-height: 15px; font-size: 11px; border-radius: 8px; }