This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.13 by this push:
     new 4ea6f32  ui: Fixed unable to edit domain settings (#3846)
4ea6f32 is described below

commit 4ea6f32566f8e7451e1b7bbbfd16ad5578c93b8f
Author: Spaceman1984 <[email protected]>
AuthorDate: Wed Jan 29 09:19:20 2020 +0200

    ui: Fixed unable to edit domain settings (#3846)
    
    This pull request adds a scroll bar to the domain settings page that will 
allow a user to scroll to the right to change settings.
    
    Fixes: #3032
---
 ui/css/cloudstack3.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index b7ca466..0493919 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -1789,6 +1789,11 @@ div.list-view 
td.state.notsuitable-storage-migration-required span {
   overflow-x: hidden;
 }
 
+div#details-tab-settings.detail-group.ui-tabs-panel {
+  overflow: hidden;
+  overflow-x: scroll;
+}
+
 .detail-view .main-groups {
   width: 100%;
   max-height: 407px;

Reply via email to