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;
}
.table th,
.table td {
.table th:not(.noTruncate),
.table td:not(.noTruncate) {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;