style(datatables): prevent cell content to go to new line (#1770)

pull/1744/head^2
Emanuele De Cupis 2018-03-27 23:11:17 +02:00 committed by Anthony Lapenna
parent 7e26d09881
commit b2b685ba6f
1 changed files with 4 additions and 0 deletions

View File

@ -132,6 +132,10 @@ a[ng-click]{
font-weight: normal;
}
.widget .widget-body table tbody td {
white-space: nowrap;
}
.template-widget {
height: 100%;
}