1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-02 06:01:10 +00:00

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

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;
}