From 575df224ae1102f9768bff1e1e66c5f6388d8f58 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Sun, 24 Dec 2017 22:41:06 +0100 Subject: [PATCH] Global actions display fix --- pageAction/pageAction.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pageAction/pageAction.css b/pageAction/pageAction.css index f76fa34..fd6943b 100644 --- a/pageAction/pageAction.css +++ b/pageAction/pageAction.css @@ -63,11 +63,11 @@ button.action img { right: 0; top: 0; width: 23px; - height: 100%; text-align: right; + line-height: 0; } -#globalActions .action { +#globalActions .action img { margin-bottom: 4px; }