Skip to content

Commit

Permalink
Add min width/height to help button to ensure it doesnt get squished
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Oct 26, 2021
1 parent 5d6476c commit c1dc212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions war/src/main/less/modules/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@
position: relative;
width: 18px;
height: 18px;
min-width: 18px;
min-height: 18px;
margin-left: 1ch;
display: inline-flex;
justify-content: center;
Expand Down

0 comments on commit c1dc212

Please sign in to comment.