From ea63d2525ce82f01f91944e3ff6be2ef8252d4bb Mon Sep 17 00:00:00 2001 From: Andy Chong Date: Tue, 13 Mar 2012 18:51:28 +0800 Subject: [PATCH] force actions_column min-width:140px to prevent dropdown collapse * fix bug 953750 Change-Id: I60241e85a5831ffac0d7ec5b26b13f15cafdd494 --- openstack_dashboard/static/dashboard/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/openstack_dashboard/static/dashboard/css/style.css b/openstack_dashboard/static/dashboard/css/style.css index 705dafed9..1058ec1c7 100644 --- a/openstack_dashboard/static/dashboard/css/style.css +++ b/openstack_dashboard/static/dashboard/css/style.css @@ -637,6 +637,7 @@ td.actions_column { width: 150px; padding: 10px; position: relative; + min-width: 140px; min-height: 20px; }