Skip to content

Commit

Permalink
Restore Translate view full height (#3055)
Browse files Browse the repository at this point in the history
It turns out the CSS property removed in cc7d350 was not so unused afterall.
  • Loading branch information
mathjazz authored Dec 18, 2023
1 parent 8b1542d commit 5edbcad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions translate/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#app > .main-content {
display: flex;
flex: 1;
justify-content: space-between;
overflow: auto;
}
Expand Down

0 comments on commit 5edbcad

Please sign in to comment.