Make sure task title and task id are properly shown on mobile
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-12-16 12:42:25 +01:00
parent 4fc73626b7
commit 4f9d01c100
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 9 additions and 0 deletions

View File

@ -44,6 +44,15 @@
color: lighten($grey, 25%);
white-space: nowrap;
}
@media screen and (max-width: $tablet) {
flex-direction: column;
align-items: start;
.title.input {
margin: 0 -.3em .5rem -.3em; // the title has 0.3em padding - this make the text inside of it align with the rest
}
}
}
.date-input {