Skip to content

Commit

Permalink
.main.wrapper est flexible horizontalement
Browse files Browse the repository at this point in the history
Fix #4542
  • Loading branch information
motet-a authored and artragis committed Aug 27, 2017
1 parent a7b14a0 commit 38133c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/scss/layout/_main.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

.main {
flex: 1;
min-width: 0;
}

.main .content-container {
Expand Down Expand Up @@ -165,6 +166,7 @@
flex-direction: row-reverse;
margin-left: 0;
padding-left: 2.5%;
min-width: 0;

.content-container {
width: 80%;
Expand Down

0 comments on commit 38133c5

Please sign in to comment.