Fix table cell max size.

This commit is contained in:
Danila Fedorin 2018-12-26 21:54:44 -08:00
parent 473101a15e
commit 85e410fc20
1 changed files with 3 additions and 1 deletions

View File

@ -229,7 +229,9 @@ table.events-table {
td:nth-child(1) {
width: 10%;
max-width: 100px;
@media screen and (min-width: 1000px) {
width: 100px;
}
white-space: nowrap;
}