Repository: ambari Updated Branches: refs/heads/branch-2.5 4e41c83c7 -> 6e31c3b72
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/6e31c3b7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6e31c3b7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6e31c3b7 Branch: refs/heads/branch-2.5 Commit: 6e31c3b725eb6802b9926908bbdcae0fd01bc7a9 Parents: 4e41c83 Author: Gaurav Nagar <[email protected]> Authored: Thu Jan 5 15:06:52 2017 +0530 Committer: Gaurav Nagar <[email protected]> Committed: Thu Jan 5 15:08:18 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/6e31c3b7/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
