Skip to content

Commit

Permalink
Don't hardcode selected-country height
Browse files Browse the repository at this point in the history
  • Loading branch information
kangaree committed Oct 11, 2024
1 parent 3c8084d commit 7ed629e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ $flag-min-resolution: 192dpi;
z-index: 2;
top: 0;
display: flex;
// The dropdown should automatically appear above/below the input depending on the available space. For this to work properly, you must only initialise the plugin after the <input> has been added to the DOM.
height: 45px;
height: 100%;
justify-content: center;
align-items: center;
border-width: 0;
Expand Down

0 comments on commit 7ed629e

Please sign in to comment.