From 6b75ed3dcbffda4c58a5dcf391d2c28fbb8149bb Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Thu, 23 Feb 2017 09:48:52 -0500 Subject: [PATCH] move a tall tooltip's placement on the credentials UI to avoid cutoff when browser text size is increased, this tooltip gets cut off at the top of the browser window see: #4979 --- awx/ui/client/src/forms/Credentials.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/forms/Credentials.js b/awx/ui/client/src/forms/Credentials.js index caff5de792..1ff9f5e6d4 100644 --- a/awx/ui/client/src/forms/Credentials.js +++ b/awx/ui/client/src/forms/Credentials.js @@ -431,7 +431,7 @@ export default awToolTip: '{{permissionsTooltip}}', dataTipWatch: 'permissionsTooltip', awToolTipTabEnabledInEditMode: true, - dataPlacement: 'top', + dataPlacement: 'right', basePath: 'api/v1/credentials/{{$stateParams.credential_id}}/access_list/', search: { order_by: 'username'