mirror of https://github.com/portainer/portainer
style(datatables): prevent cell content to go to new line (#1770)
parent
7e26d09881
commit
b2b685ba6f
|
@ -132,6 +132,10 @@ a[ng-click]{
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.widget .widget-body table tbody td {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
.template-widget {
|
.template-widget {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue