From b2b685ba6fe61dcfa4bf9dfc163ebec8b0e9d64e Mon Sep 17 00:00:00 2001 From: Emanuele De Cupis Date: Tue, 27 Mar 2018 23:11:17 +0200 Subject: [PATCH] style(datatables): prevent cell content to go to new line (#1770) --- assets/css/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/app.css b/assets/css/app.css index f5ec6b79c..4475b6d13 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -132,6 +132,10 @@ a[ng-click]{ font-weight: normal; } +.widget .widget-body table tbody td { + white-space: nowrap; +} + .template-widget { height: 100%; }