From c40df88bc6314fabf13b6b3f46aab0661be3f505 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 27 Feb 2020 10:01:09 -0500 Subject: [PATCH] Make row slightly taller on mobile --- src/css/popup-fenix.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/popup-fenix.css b/src/css/popup-fenix.css index 926360e32..3bb7683ff 100644 --- a/src/css/popup-fenix.css +++ b/src/css/popup-fenix.css @@ -249,7 +249,7 @@ body[dir="rtl"] #tooltip { -moz-box-sizing: border-box; color: #000; display: inline-flex; - padding: 0.35em 0; + padding: 0.4em 0; position: relative; } #firewallContainer > div:first-of-type > span:first-of-type {