Add Markdown preview for textarea, see #407

This commit is contained in:
Frédéric Guillot
2014-11-20 22:37:10 -05:00
parent 11b6381cc0
commit 2a850757ee
29 changed files with 393 additions and 28 deletions

View File

@@ -171,8 +171,8 @@ a.task-board-nobody {
}
.description-textarea {
width: 80%;
max-width: 800px;
width: 99%;
max-width: 99%;
height: 300px;
}
@@ -233,4 +233,4 @@ tr td.task-orange,
.task-orange {
background-color: rgb(255, 215, 179);
border-color: rgb(255, 172, 98);
}
}