From 22e9ecdcfc74003e62b3617da9db679ac0ded31c Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Fri, 22 Jan 2016 10:22:52 -0500 Subject: [PATCH] fixed min-height of panel header and made org edit button selected on edit --- awx/ui/client/legacy-styles/forms.less | 2 +- awx/ui/client/src/partials/organizations.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/legacy-styles/forms.less b/awx/ui/client/legacy-styles/forms.less index 2a28347647..8994364e87 100644 --- a/awx/ui/client/legacy-styles/forms.less +++ b/awx/ui/client/legacy-styles/forms.less @@ -27,7 +27,7 @@ font-weight: bold; white-space: nowrap; padding-bottom: 25px; - min-height: 40px; + min-height: 45px; } .Form-title--is_superuser{ diff --git a/awx/ui/client/src/partials/organizations.html b/awx/ui/client/src/partials/organizations.html index a9d47afd32..b59c4c675c 100644 --- a/awx/ui/client/src/partials/organizations.html +++ b/awx/ui/client/src/partials/organizations.html @@ -28,6 +28,7 @@