Skip to content

Commit

Permalink
Fix Buefy taginput padding
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Sep 17, 2021
1 parent 54f1b55 commit 1bb630c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/src/assets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,16 @@ body.is-noscroll .b-sidebar {
height: 3rem;
}

.taginput .taginput-container .autocomplete {
input {
padding: 16px 32px 17px 32px;
}

.control.has-icons-left .icon.is-left {
height: 2rem;
}
}

.button {
height: auto;
padding: 10px 20px;
Expand Down

0 comments on commit 1bb630c

Please sign in to comment.