Fix table cell max size.
This commit is contained in:
parent
473101a15e
commit
85e410fc20
|
@ -229,7 +229,9 @@ table.events-table {
|
||||||
|
|
||||||
td:nth-child(1) {
|
td:nth-child(1) {
|
||||||
width: 10%;
|
width: 10%;
|
||||||
max-width: 100px;
|
@media screen and (min-width: 1000px) {
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user