From 23e8210a5fab7e6fcfd3a24990a1aaee8ddd369b Mon Sep 17 00:00:00 2001 From: revealtheweb Date: Tue, 22 Oct 2019 12:41:22 +0100 Subject: [PATCH] fix other syntax error highlited by travis --- src/css/popup.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/popup.css b/src/css/popup.css index e0fd7ff..75ddad1 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -757,13 +757,13 @@ span ~ .panel-header-text { display: inline-block; justify-content: center; padding: 6px 30%; - width: 100%; + min-width: 100%; } .exit-edit-mode-link img { block-size: 16px; - transform: scaleX(-1); display: inline; + transform: scaleX(-1); filter: grayscale(100%) brightness(5); inline-size: 16px; margin-inline-end: 5px;