From d51d596baa35755c65ea72925bf9d3c36808ed8d Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 18 Apr 2013 15:15:24 -0700 Subject: [PATCH] Dashboard UI: Fix unwanted line breaks on event/alert text --- ui/css/cloudstack3.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 2b6d4976001..18d86b72333 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -4372,6 +4372,17 @@ Dialogs*/ display: block; clear: both; font-size: 11px; + float: left; + height: 10px; + max-width: 287px; + margin-top: 1px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.dashboard.admin .dashboard-container.sub.alerts ul li p br { + display: none; } /*** User*/