From 088ba84e8484fc4be579e20d0424a127f5835acf Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 29 Oct 2013 16:08:38 -0700 Subject: [PATCH] Multi-edit: Fix wrapping on table headers --- ui/css/cloudstack3.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index e0859cd30df..a75027a3acc 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -7535,6 +7535,9 @@ div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody t .multi-edit table th { min-width: 88px; + white-space: nowrap; + text-align: center; + text-indent: 0; } .detail-group .multi-edit table td {