From 77b6a00b2486561f2d18a03d24d51a8b0cefdf01 Mon Sep 17 00:00:00 2001 From: Tim Brust Date: Tue, 24 Sep 2024 15:20:18 +0200 Subject: [PATCH] style: fix FF styles --- src/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/css/style.css b/src/css/style.css index 0f7f657f..d673704a 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -174,3 +174,9 @@ input[type='text'].quiji-options-jira-url { .quiji-url { white-space: nowrap; } + +@-moz-document url-prefix() { + .quiji-popup-label { + font-size: 1em; + } +}