Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6991910A0A for ; Mon, 3 Mar 2014 18:16:36 +0000 (UTC) Received: (qmail 76824 invoked by uid 500); 3 Mar 2014 18:16:35 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 76744 invoked by uid 500); 3 Mar 2014 18:16:35 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 76724 invoked by uid 99); 3 Mar 2014 18:16:35 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2014 18:16:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D89CD933F20; Mon, 3 Mar 2014 18:16:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alexantonenko@apache.org To: commits@ambari.apache.org Date: Mon, 03 Mar 2014 18:16:35 -0000 Message-Id: In-Reply-To: <435e31940c464c96a815461a4dc9f822@git.apache.org> References: <435e31940c464c96a815461a4dc9f822@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: AMBARI-4924. Job id overlap in Firefox mac (alexantonenko) 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 Authored: Mon Mar 3 20:12:36 2014 +0200 Committer: Alex Antonenko 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;