diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index f6aefc92c61..be2992ac2cb 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -164,7 +164,7 @@ table tbody td.loading { table tbody td.truncated { overflow: visible; - max-width: 88px; + max-width: 120px; } table tbody td.truncated > span { diff --git a/ui/scripts/globalSettings.js b/ui/scripts/globalSettings.js index f5f150f70d6..4cbfd07b238 100644 --- a/ui/scripts/globalSettings.js +++ b/ui/scripts/globalSettings.js @@ -63,7 +63,8 @@ fields: { name: { label: 'label.name', - id: true + id: true, + truncate: true }, description: { label: 'label.description'