Fixed part name cell width
This commit is contained in:
parent
5e80e212ad
commit
a343f973c3
@ -22,6 +22,13 @@ td {
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.name-class {
|
||||||
|
max-width: 300px;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 600px) {
|
@media only screen and (min-width: 600px) {
|
||||||
|
|
||||||
.hidden-desktop {
|
.hidden-desktop {
|
||||||
|
Loading…
Reference in New Issue
Block a user