Skip to content

Commit

Permalink
Fix height of scheduler form
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Mar 31, 2024
1 parent 1f20d97 commit 89b055e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gathering/app/styles/scheduler.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
background: white;
display: grid;
grid-template-columns: auto var(--column-width) var(--column-width);
grid-template-rows: auto 8rem;
grid-template-areas:
'map teams destinations'
'map form form';
Expand Down

0 comments on commit 89b055e

Please sign in to comment.