From 3a5a9aac4132fc58fda1d23e2e4a67152044be17 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Fri, 28 Apr 2017 17:07:54 -0400 Subject: [PATCH] make select2 elements fit in their alloted space --- awx/ui/client/legacy-styles/ansible-ui.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/awx/ui/client/legacy-styles/ansible-ui.less b/awx/ui/client/legacy-styles/ansible-ui.less index bf10688c22..52b9d1e524 100644 --- a/awx/ui/client/legacy-styles/ansible-ui.less +++ b/awx/ui/client/legacy-styles/ansible-ui.less @@ -2112,6 +2112,11 @@ tr td button i { box-shadow: none !important; } +.select2-container { + margin-left: 2px; + margin-top: 2px; +} + .form-control + .select2-container--disabled .select2-selection { background-color: @egrey !important; }