Skip to content

Commit

Permalink
Merge pull request #3495 from mathesar-foundation/3493_record_selecto…
Browse files Browse the repository at this point in the history
…r_input_too_tall

Prevent record selector inputs from growing taller
  • Loading branch information
pavish committed Mar 19, 2024
2 parents aabd5bd + fe88638 commit 06a41df
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 06a41df

Please sign in to comment.