From 92f813aa55c84fd07faaf14a60184242b958f1a0 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Sat, 16 Aug 2014 03:03:04 -0400 Subject: [PATCH] License Fixed https://trello.com/c/ya3zFzDX/277-slightly-goofy-looking-nested-scrolling-in-view-license-widget --- awx/ui/static/less/ansible-ui.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index 61ff3f72a3..047d056a4a 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -1245,6 +1245,8 @@ input[type="checkbox"].checkbox-no-label { /* license modal */ #license-modal-dialog { + overflow-x: hidden; + input[readonly], textarea[readonly] { background-color: #FBFBFB;