Fix table text alignment in task detail page

Fixes #585
This commit is contained in:
kolaente 2021-07-09 17:43:49 +02:00
parent e3d7ebf1b3
commit 2854d3a0c2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 9 deletions

View File

@ -83,15 +83,6 @@
}
}
table {
table-layout: fixed;
td {
overflow: hidden;
word-break: break-all;
}
}
.details {
padding-bottom: 0.75rem;
flex-flow: row wrap;