Fix table text alignment in task detail page

Fixes #585
This commit is contained in:
kolaente
2021-07-09 17:43:59 +02:00
parent e3d7ebf1b3
commit 2854d3a0c2
-9
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;