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

View File

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