[backport] Added min-width to flexbox because weird default spec causes overflow in Firefox 34

stable
Xavier Julián 2015-11-03 09:03:40 +01:00
parent 00fbdc6dc1
commit f69a0d9790
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ body {
}
.main {
flex: 4;
flex-basis: 600px;
flex: 1;
min-width: 0;
padding: 1rem 2rem;
}