From 5d73f7b83cd9d6decfa1e27aea07522647f790ba Mon Sep 17 00:00:00 2001 From: JJ-8 <2482444-JJ-8@users.noreply.gitlab.com> Date: Sat, 4 Dec 2021 12:54:37 +0100 Subject: [PATCH 1/2] Add word wrapping to table layout This prevents lots of vertical scrolling when there is a long description. Related to https://github.com/TFNS/CTFNote/issues/111 --- front/src/components/Task/TaskTable.vue | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/front/src/components/Task/TaskTable.vue b/front/src/components/Task/TaskTable.vue index a99e1ef31..620ed70a1 100644 --- a/front/src/components/Task/TaskTable.vue +++ b/front/src/components/Task/TaskTable.vue @@ -9,7 +9,7 @@