diff --git a/awx/ui/client/legacy-styles/ansible-ui.less b/awx/ui/client/legacy-styles/ansible-ui.less index 7cdb4f7da5..bf8301eb4f 100644 --- a/awx/ui/client/legacy-styles/ansible-ui.less +++ b/awx/ui/client/legacy-styles/ansible-ui.less @@ -2179,3 +2179,7 @@ a:hover { .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { background-color: @default-err; } + +.dropdown-menu>li>a { + padding: 3px 10px; +} diff --git a/awx/ui/client/legacy-styles/jquery-ui-overrides.less b/awx/ui/client/legacy-styles/jquery-ui-overrides.less index 1c8f7d4900..6e00e30180 100644 --- a/awx/ui/client/legacy-styles/jquery-ui-overrides.less +++ b/awx/ui/client/legacy-styles/jquery-ui-overrides.less @@ -174,7 +174,7 @@ table.ui-datepicker-calendar { } .dropdown-menu>li>a { - color: @default-interface-txt + color: @default-interface-txt; } .pagination .active { diff --git a/awx/ui/client/src/dashboard/graphs/dashboard-graphs.block.less b/awx/ui/client/src/dashboard/graphs/dashboard-graphs.block.less index 22e4a88ba8..a00b974edc 100644 --- a/awx/ui/client/src/dashboard/graphs/dashboard-graphs.block.less +++ b/awx/ui/client/src/dashboard/graphs/dashboard-graphs.block.less @@ -76,7 +76,7 @@ display: flex; flex-direction: row; flex-wrap: wrap; - margin-right: 60px; + margin-right: 14px; } .DashboardGraphs-filterDropdownText, diff --git a/awx/ui/client/src/search/tagSearch.block.less b/awx/ui/client/src/search/tagSearch.block.less index 7f20a1553a..7f68e4d676 100644 --- a/awx/ui/client/src/search/tagSearch.block.less +++ b/awx/ui/client/src/search/tagSearch.block.less @@ -30,7 +30,6 @@ white-space: nowrap; align-items: center; max-height: 400px; - overflow-y: scroll; width: 100px; cursor: pointer; }