diff --git a/app/styles/input.css b/app/styles/input.css
index e2468ae4..f206a657 100644
--- a/app/styles/input.css
+++ b/app/styles/input.css
@@ -53,12 +53,13 @@ select {
*/
select {
--select-arrow: url('data:image/svg+xml;utf8, \
- ');
+
/* FIXME: A bug in Firefox, requires a workaround for the background:
https://bugzilla.mozilla.org/show_bug.cgi?id=1810958 */
/* The dropdown list will show the select element's background above and
@@ -73,18 +74,18 @@ select {
var(--grey-background);
background-position: calc(100% - var(--input-xpadding)), left top, left top;
background-repeat: no-repeat;
- padding-right: calc(2*var(--input-xpadding) + 8px);
+ padding-right: calc(2*var(--input-xpadding) + 11px);
}
/* FIXME: :active isn't set when the