Merge branch 'interface' of github.com:martini/zammad into interface
This commit is contained in:
commit
f10f3c69cc
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue