Fixed width exceeding table columns, when containing large text

In some cases table columns were exceeding the table width. Fixed now.

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
cris-technikum
2021-05-26 19:57:23 +02:00
parent 87a4f9b7c0
commit b7939f645e
3 changed files with 12 additions and 6 deletions
+6
View File
@@ -69,4 +69,10 @@
.btn-mr50
{
margin-right: 50px;
}
.table-fixed
{
table-layout: fixed;
word-wrap: break-word;
}