From f8e1f5928fde8516807ff8e5107b21da753a9fa0 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 29 Jan 2013 12:07:40 -0800 Subject: [PATCH] UI list view: Fix overflow Removing 'ellipses' effect for long list view values. They are rendering in too many cases, making the data hard to read. Reverting back to using standard word wrap for long table cells. --- ui/css/cloudstack3.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 6519ed053e8..eb4284374de 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -441,15 +441,11 @@ body.login { div.list-view table tbody td span { display: block; float: left; - max-width: 160px; + max-width: 100%; word-wrap: break-word; text-indent: 0; margin-left: 12px; line-height: 15px; - overflow: hidden; - overflow-x: hidden; - text-overflow: ellipsis; - white-space: nowrap; } div.list-view div.toolbar div.section-switcher div.section-select label {