Merge branch 'interface' of github.com:martini/zammad into interface

This commit is contained in:
Martin Edenhofer 2014-09-29 13:35:59 +02:00
commit f10f3c69cc

View file

@ -209,8 +209,8 @@ table {
display: table-row; display: table-row;
} }
.table th, .table th:not(.noTruncate),
.table td { .table td:not(.noTruncate) {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;