Skip to content

Commit

Permalink
Restore flexbox to #comanage-wrapper (nojira) (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen authored Dec 14, 2022
1 parent 16fd9b6 commit 4c43756
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/webroot/css/co-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@
display: none;
}
/* CONTENT LAYOUT */
#comanage-wrapper {
display: flex;
flex-direction: column;
height: 100vh;
}
#main-wrapper {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 4c43756

Please sign in to comment.