mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Fix: Corrected CSS for long data in tables
This commit is contained in:
parent
eb6a0e48bb
commit
9774df2386
@ -255,6 +255,11 @@ section.box table tbody tr:hover {
|
|||||||
background-color: #cccccc;
|
background-color: #cccccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section.box table tr td {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
section.box table.table-keys tr > * {
|
section.box table.table-keys tr > * {
|
||||||
padding: 0.4em 1.5em;
|
padding: 0.4em 1.5em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user