Private
Public Access
1
0

fixing upload table

This commit is contained in:
Sander Roosendaal
2021-09-28 08:17:08 +02:00
parent e70cca7f37
commit eec45e8357
3 changed files with 9 additions and 5 deletions

View File

@@ -46,8 +46,8 @@ table {
border-collapse: collapse;
border-spacing: 0;
overflow-wrap: break-word;
table-layout: auto;
word-break: break-all;
table-layout: auto;
/* word-break: break-all; */
}
/* apply a natural box layout model to all elements, but allowing components to change */