mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 05:15:25 +02:00
style(datatables): prevent cell content to go to new line (#1770)
This commit is contained in:
parent
7e26d09881
commit
b2b685ba6f
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue