Fix for side-by-side task display

This commit is contained in:
Matthew Ross 2018-09-26 07:43:55 -04:00
parent a285f57367
commit 43abb1773e

View File

@ -4,6 +4,7 @@
label {
display: inline-block;
margin-left: 7px;
select {
width: auto;
@ -142,6 +143,7 @@
align-content: flex-start;
align-items: flex-start;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}