Change max-width for tables to 150px

This commit is contained in:
Grant Nestor 2016-11-23 11:21:21 -08:00
parent 391a72dbb8
commit 8d66114992

View File

@ -76,7 +76,7 @@
padding: 0.5em 0.5em;
line-height: 1.0;
white-space: nowrap;
max-width: 100px;
max-width: 150px;
text-overflow: ellipsis;
overflow: hidden;
border: none;