From 4a8f15e41a03a057cbf442707f22fede4a75cb76 Mon Sep 17 00:00:00 2001 From: Jiang Yong Date: Wed, 5 Dec 2012 18:15:47 +0800 Subject: [PATCH] Specify floating ips table action cloumn's width Fixes bug 1081875 Change-Id: Id92a1c7afa829ef2ff8e973919900cf7cb7c59e9 --- openstack_dashboard/static/dashboard/less/horizon.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openstack_dashboard/static/dashboard/less/horizon.less b/openstack_dashboard/static/dashboard/less/horizon.less index 0bfe7d793a1..db788d25447 100644 --- a/openstack_dashboard/static/dashboard/less/horizon.less +++ b/openstack_dashboard/static/dashboard/less/horizon.less @@ -823,6 +823,9 @@ td.actions_column { min-width: 140px; min-height: 20px; } +#floating_ips td.actions_column { + width: 180px; +} td.actions_column .row_actions a, td.actions_column .row_actions input,