Skip to content

Commit

Permalink
style: fix FF styles
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Sep 24, 2024
1 parent 57329c6 commit 77b6a00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit 77b6a00

Please sign in to comment.