fix: desktop styling for task list

This commit is contained in:
Johannes Millan 2018-03-13 20:04:55 +01:00
parent 6f91ab57ec
commit 2aed60ae5c

View file

@ -80,7 +80,11 @@ task-list {
.first-line {
display: flex;
flex-wrap: wrap;
flex-wrap: nowrap;
@media(max-width: $layout-xs) {
flex-wrap: wrap;
}
// Button Stuff
ng-md-icon {