AMBARI-4924. Job id overlap in Firefox mac (alexantonenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0aebe019 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0aebe019 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0aebe019 Branch: refs/heads/trunk Commit: 0aebe0191ca233ff9fb9b2999b24569796d08425 Parents: 5aa5d90 Author: Alex Antonenko <[email protected]> Authored: Mon Mar 3 20:12:36 2014 +0200 Committer: Alex Antonenko <[email protected]> Committed: Mon Mar 3 20:12:36 2014 +0200 ---------------------------------------------------------------------- ambari-web/app/styles/apps.less | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0aebe019/ambari-web/app/styles/apps.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/apps.less b/ambari-web/app/styles/apps.less index 538be32..8f18ce2 100644 --- a/ambari-web/app/styles/apps.less +++ b/ambari-web/app/styles/apps.less @@ -393,8 +393,9 @@ td:first-child, th:first-child { border-left-width: 1px; - width: 35%; - overflow: scroll; + width: 96%; + overflow: auto; + display: inline-block; } td:first-child + td, th:first-child + th, @@ -416,8 +417,6 @@ } td.id { overflow: inherit; - overflow-wrap: break-word; - white-space: nowrap; } ul.filter-components { padding: 5px 0;
