fit width to screen size in larger than minimum cases

master
James 2017-04-21 02:21:39 +00:00 committed by Noiob
parent 8eaebb9c8a
commit 38a4ad8fd6
1 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,7 @@
border-radius: 4px;
}
}
.column {
flex-grow: 1 !important;
}