Fix kanban regressions and simplify styles slightly
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
azymondrian 2020-12-30 18:54:42 -06:00
parent 69c3f17d86
commit b03fbdd297
2 changed files with 6 additions and 6 deletions

View File

@ -73,8 +73,10 @@ $crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 1em - 1.5em - 8px';
word-break: break-word;
}
progress {
margin-bottom: 0.5rem;
.progress {
margin: 8px 0 0 0;
width: 100%;
height: 0.5rem;
}
.due-date {

View File

@ -154,13 +154,11 @@
.progress {
width: 50px;
margin-bottom: 0px;
margin-right: 0.5rem;
margin: 0 0.5rem 0 0;
flex: 3 1 auto;
@media screen and (max-width: $tablet) {
margin-top: 0.5rem;
margin-right: 0;
margin: 0.5rem 0 0 0;
order: 1;
width: 100%;
}