Skip to content

Commit

Permalink
style: modified grid-row to auto to prevent extra whitespace in devic…
Browse files Browse the repository at this point in the history
…es with height less than 704px.
  • Loading branch information
mohammednumaan committed Jan 7, 2025
1 parent 210442b commit 05a2143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/document/organisms/sidebar/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@

.place {
align-self: center;
grid-row: 2/3;
grid-row: auto;
justify-self: center;
margin-bottom: 0;
}
Expand Down

0 comments on commit 05a2143

Please sign in to comment.