Skip to content

Commit

Permalink
Fix tags field on firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Jun 27, 2024
1 parent 53fa8fd commit 1e78755
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/static/app/js/css/TagsField.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.tags-field{
height: auto;
min-height: 45px;
padding-bottom: 2px;

&:hover{
Expand Down Expand Up @@ -31,6 +32,7 @@
}
.inputText{
display: inline-block;
position: fixed;
outline: none;
border: none;
margin-bottom: 10px;
Expand Down

0 comments on commit 1e78755

Please sign in to comment.