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