From 4d84970ddc91c2269807708e722942e9bc758185 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 5 May 2014 12:31:34 -0700 Subject: [PATCH] CLOUDSTACK-6342: Fix LB table listing for Firefox --- ui/css/cloudstack3.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 64426b8bd17..cb9fa3521f2 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -176,6 +176,8 @@ table tbody td.truncated > span { .list-view-select table th.name, .list-view-select table td.name { width: 170px; + min-width: 170px; + max-width: 170px; } /** Multiselect*/