AMBARI-19359.UI elements misalignment in dashboard screen of WFD. (Venkata Sairam via gauravn7)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ae713367 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ae713367 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ae713367 Branch: refs/heads/branch-dev-patch-upgrade Commit: ae7133674f5cdeefa55b4a938a227bec662170a8 Parents: 5e2b471 Author: Gaurav Nagar <[email protected]> Authored: Thu Jan 5 15:06:52 2017 +0530 Committer: Gaurav Nagar <[email protected]> Committed: Thu Jan 5 15:06:52 2017 +0530 ---------------------------------------------------------------------- contrib/views/wfmanager/src/main/resources/ui/app/styles/app.less | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ae713367/contrib/views/wfmanager/src/main/resources/ui/app/styles/app.less ---------------------------------------------------------------------- diff --git a/contrib/views/wfmanager/src/main/resources/ui/app/styles/app.less b/contrib/views/wfmanager/src/main/resources/ui/app/styles/app.less index 0468875..a5b0b4a 100644 --- a/contrib/views/wfmanager/src/main/resources/ui/app/styles/app.less +++ b/contrib/views/wfmanager/src/main/resources/ui/app/styles/app.less @@ -1583,3 +1583,6 @@ input:invalid { border-top-right-radius: 0px; border-top: 0px; } +#search-table td:first-child { + width:5%; +} \ No newline at end of file
