From a65a931e92d7fae3082faadb491256ae6062b793 Mon Sep 17 00:00:00 2001 From: Paul Angus Date: Tue, 26 Nov 2019 16:20:56 +0000 Subject: [PATCH] ui: increase width of name field in UI (#3703) --- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 4f186cabf52..bd3444c7143 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -1857,7 +1857,7 @@ div.list-view td.state.notsuitable-storage-migration-required span { position: relative; float: left; top: 9px; - width: 245px; + width: 550px; height: 30px; overflow: auto; }