Skip to content

Commit

Permalink
Merge pull request #5798 from Jarsen136/issue-5797
Browse files Browse the repository at this point in the history
fix: Minting visual bugs
  • Loading branch information
vikiival authored Apr 24, 2023
2 parents 7536174 + 9420046 commit 14efd23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ body {
}
}

.field {
.input,
select,
textarea {
border-color: #dbdbdb;
}
}

.taginput-container.is-focusable {
height: auto !important;
}
Expand Down

0 comments on commit 14efd23

Please sign in to comment.