1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

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

This commit is contained in:
Emanuele De Cupis 2018-03-27 23:11:17 +02:00 committed by Anthony Lapenna
parent 7e26d09881
commit b2b685ba6f

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%;
}