Change max-width for tables to 150px

Grant Nestor 10 years ago
parent 391a72dbb8
commit 8d66114992

@ -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;

Loading…
Cancel
Save