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;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue