Repository: ranger Updated Branches: refs/heads/master de417e185 -> a341fa1af
RANGER-1813 The drop-down box name database is not showing full when edit hive policy Signed-off-by: peng.jianhua <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/a341fa1a Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/a341fa1a Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/a341fa1a Branch: refs/heads/master Commit: a341fa1af3e36c4809d5d834cafb6a3a8168ff4d Parents: de417e1 Author: zhangqiang2 <[email protected]> Authored: Thu Sep 28 16:49:26 2017 +0800 Committer: peng.jianhua <[email protected]> Committed: Tue Oct 10 09:36:08 2017 +0800 ---------------------------------------------------------------------- security-admin/src/main/webapp/styles/xa.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ranger/blob/a341fa1a/security-admin/src/main/webapp/styles/xa.css ---------------------------------------------------------------------- diff --git a/security-admin/src/main/webapp/styles/xa.css b/security-admin/src/main/webapp/styles/xa.css index 9751d90..22eedf6 100644 --- a/security-admin/src/main/webapp/styles/xa.css +++ b/security-admin/src/main/webapp/styles/xa.css @@ -1819,8 +1819,8 @@ margin-top: -29px; } .sameLevelDropdown{ margin-right: 31px; - margin-left: -130px; - width: 100px; + margin-left: -140px; + width: 110px; height: 29px; font-family: Tahoma; font-size: 14px;
