summaryrefslogtreecommitdiff
path: root/assets/css/task.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/task.css')
-rw-r--r--assets/css/task.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/css/task.css b/assets/css/task.css
index dd71a14b..16b49ae9 100644
--- a/assets/css/task.css
+++ b/assets/css/task.css
@@ -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);
-} \ No newline at end of file
+}