mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 11:10:04 +00:00
fix: desktop styling for task list
This commit is contained in:
parent
6f91ab57ec
commit
2aed60ae5c
1 changed files with 5 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue