From 8fff67173e8364566aebf8c0f6dba59143c2ec27 Mon Sep 17 00:00:00 2001 From: nstCactus Date: Thu, 19 Mar 2020 18:49:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20inconsistent=20buttons=20h?= =?UTF-8?q?eight?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/tarteaucitron.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/tarteaucitron.css b/css/tarteaucitron.css index 3dfac7e..7f57a56 100644 --- a/css/tarteaucitron.css +++ b/css/tarteaucitron.css @@ -302,9 +302,9 @@ div#tarteaucitronServices { box-sizing: border-box; } -#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, -#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, -#tarteaucitron #tarteaucitronInfo, +#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, +#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, +#tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails { color: #fff; display: inline-block; @@ -520,6 +520,7 @@ div#tarteaucitronServices { cursor: pointer; display: inline-block; font-size: 16px!important; + line-height: 1.2; padding: 5px 10px; text-decoration: none; margin-left: 7px;