ellipsise long fields
This commit is contained in:
parent
dcfd0dc241
commit
21d80172ca
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user