diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index 6774c9db81..2b729b0765 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -1442,35 +1442,15 @@ tr td button i { @media (min-width: 768px) and (max-width: 1199px) { .list-actions button, .list-actions .checkbox-inline { - margin-top: 10px; + margin-top: 10px; } - /*.tree-form-container { - padding-left: 15px; - padding-right: 15px; - - } - - .tree-view-container .col-lg-4 { - padding-right: 15px; - } - - .tree-controls .btn-container { - padding-left: 15px; - } - - #tree-view { - margin-left: 0; - margin-top: 10px; - overflow: hidden; - } - - #tree-form { - margin-top: 10px; - }*/ - .label-text { - text-align: left; + text-align: left; + } + + .group-name { + width: 80%; } } @@ -1486,43 +1466,34 @@ tr td button i { .level-2, .level-3, .level-3-detail { - padding-left: 0; + padding-left: 0; } table { - word-wrap: break-word; - table-layout: fixed; + word-wrap: break-word; + table-layout: fixed; } th.actions-column, td.actions { - white-space: normal; + white-space: normal; } td.actions .btn { - width: 75px; - margin-bottom: 5px; + width: 75px; + margin-bottom: 5px; } .list-actions button, .list-actions .checkbox-inline { - margin-top: 10px; + margin-top: 10px; } - .tree-form-container { - padding-left: 15px; - padding-right: 15px; - } - - .tree-view-container .col-lg-4 { - padding-right: 15px; - } - - .tree-controls .btn-container { - padding-left: 15px; + .group-name { + width: 80%; } .label-text { - text-align: left; + text-align: left; } }