ellipsise long fields

This commit is contained in:
Evert Prants 2019-01-19 18:59:41 +02:00
parent dcfd0dc241
commit 21d80172ca
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 6 additions and 0 deletions

View File

@ -69,6 +69,12 @@ th.small {
}
td {
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
td:hover {
white-space: initial;
}
td,th {
padding: 5px;