diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 5d27ee8d14f..32bfb96ff30 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -1411,6 +1411,22 @@ div.list-view td.state.off span { text-indent: 0; } +.detail-group .main-groups table td.value span { + display: block; + height: 30px; + overflow: auto; + position: relative; + top: 9px; +} + +.detail-group .main-groups table td.value span { + width: 355px; +} + +.panel.always-maximized .detail-group .main-groups table td.value span { + width: 565px; +} + .detail-group.head table td.name { padding: 20px 0px 17px; } diff --git a/ui/scripts/ui/widgets/detailView.js b/ui/scripts/ui/widgets/detailView.js index a1d7eaa01e4..3169e01c808 100644 --- a/ui/scripts/ui/widgets/detailView.js +++ b/ui/scripts/ui/widgets/detailView.js @@ -666,7 +666,7 @@ var $detail = $('