Skip to content

Commit

Permalink
Update frontend/src/lib/lemon-ui/LemonInput/LemonInput.scss
Browse files Browse the repository at this point in the history
Co-authored-by: David Newell <[email protected]>
  • Loading branch information
benjackwhite and daibhin authored Mar 18, 2024
1 parent 2af1990 commit 3f406d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/lemon-ui/LemonInput/LemonInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@
.LemonInputSelect & {
flex-wrap: wrap;
height: auto;
min-height: var(--lemon-input-height); // TODO: Does this break anything?
min-height: var(--lemon-input-height);
}
}

0 comments on commit 3f406d2

Please sign in to comment.