Fix multiselect on mobile
This commit is contained in:
parent
427a702bd4
commit
a0664ecb29
2 changed files with 10 additions and 0 deletions
|
|
@ -15,8 +15,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.multiselect .tag {
|
||||
margin: 0 0 0 .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.tasks .task span.tag span {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue