Add Markdown preview for textarea, see #407
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* responsive design */
|
||||
@media only screen and (min-width : 768px) and (max-width : 1024px) {
|
||||
@media only screen and (min-width : 769px) and (max-width : 1024px) {
|
||||
|
||||
.hide-tablet {
|
||||
display: none;
|
||||
@@ -16,6 +16,14 @@
|
||||
.task-board-title {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.form-tab {
|
||||
max-width: 662px;
|
||||
}
|
||||
|
||||
input.form-date ~ div.form-help {
|
||||
max-width: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 768px) {
|
||||
@@ -65,4 +73,8 @@
|
||||
.task-board-title {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.form-tab {
|
||||
max-width: 404px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user