Client Tasks (#8883)

* client tasks: fix styles and add markdown rendering

* more style fixes

* client: tasks fixes
This commit is contained in:
Matteo Pagliazzi
2017-07-19 21:02:40 +02:00
committed by GitHub
parent 75680ab6aa
commit 89ee8b1648
8 changed files with 27 additions and 10 deletions

View File

@@ -32,15 +32,17 @@
padding-bottom: 0.1px;
position: relative;
height: calc(100% - 64px);
overflow: auto;
}
.bottom-gradient {
position: absolute;
bottom: 0px;
left: -0px;
left: 0px;
height: 42px;
background-image: linear-gradient(to bottom, rgba($gray-10, 0), rgba($gray-10, 0.24));
width: 100%;
z-index: 99;
}
.tasks-column-title {