1
0
Fork 0

Fix: Corrected CSS for long data in tables

This commit is contained in:
Philipp Schafft 2022-03-03 09:13:23 +00:00
parent eb6a0e48bb
commit 9774df2386
1 changed files with 5 additions and 0 deletions

View File

@ -255,6 +255,11 @@ section.box table tbody tr:hover {
background-color: #cccccc;
}
section.box table tr td {
overflow-wrap: break-word;
vertical-align: top;
}
section.box table.table-keys tr > * {
padding: 0.4em 1.5em;
}