Merge pull request #1920 from gnestor/table-max-width

Change max-width for tables to 150px
This commit is contained in:
Min RK 2016-11-24 11:59:10 +01:00 committed by GitHub
commit 0be8c6e378

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;