Skip to content

Commit

Permalink
Merge pull request #783 from valadas/input-align-issue
Browse files Browse the repository at this point in the history
Fixed an issue with label alignment of inputs
  • Loading branch information
valadas authored Aug 14, 2023
2 parents 8c58c98 + d6f852e commit 57f79ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
white-space: nowrap;
max-width: 100%;
border-radius: var(--control-radius);
font-size: 1rem;
}
input{
border: none;
Expand Down Expand Up @@ -119,7 +120,7 @@ button.show-password{
margin: 0;
padding: 0;
svg{
height: 1em;
height: 1rem;
width: auto;
fill: var(--foreground);
transform: scale(1.5);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
white-space: nowrap;
max-width: 100%;
border-radius: var(--control-radius);
font-size: 1rem;
}
select{
border: none;
Expand Down

0 comments on commit 57f79ea

Please sign in to comment.