Skip to content

Commit

Permalink
Don't allow record selector inputs to grow taller
Browse files Browse the repository at this point in the history
  • Loading branch information
seancolsen committed Mar 18, 2024
1 parent aabd5bd commit fe88638
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
position: absolute;
bottom: var(--padding);
height: var(--input-height);
max-height: var(--input-height);
left: var(--padding);
width: calc(100% - 2 * var(--padding));
background: var(--white);
Expand Down

0 comments on commit fe88638

Please sign in to comment.