Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 216B7200D16 for ; Tue, 10 Oct 2017 20:45:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1FD65160BE0; Tue, 10 Oct 2017 18:45:58 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 650751609CB for ; Tue, 10 Oct 2017 20:45:57 +0200 (CEST) Received: (qmail 16030 invoked by uid 500); 10 Oct 2017 18:45:56 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 16021 invoked by uid 99); 10 Oct 2017 18:45:56 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Oct 2017 18:45:56 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A73DB84F93; Tue, 10 Oct 2017 18:45:53 +0000 (UTC) Date: Tue, 10 Oct 2017 18:45:53 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: fix long title text wrapping in editable-title component (#3638) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150766115359.17128.13755475107587823673@gitbox.apache.org> From: maximebeauchemin@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f3b403d3465b7c1164203e953a740b9e72ca9899 X-Git-Newrev: 8994bdacbd5c76c52dc32cd5d700136a12367694 X-Git-Rev: 8994bdacbd5c76c52dc32cd5d700136a12367694 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Tue, 10 Oct 2017 18:45:58 -0000 This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git The following commit(s) were added to refs/heads/master by this push: new 8994bda fix long title text wrapping in editable-title component (#3638) 8994bda is described below commit 8994bdacbd5c76c52dc32cd5d700136a12367694 Author: Grace Guo AuthorDate: Tue Oct 10 11:45:48 2017 -0700 fix long title text wrapping in editable-title component (#3638) fix https://github.com/apache/incubator-superset/issues/3628 --- superset/assets/stylesheets/dashboard.css | 4 ++++ superset/assets/stylesheets/superset.less | 2 ++ 2 files changed, 6 insertions(+) diff --git a/superset/assets/stylesheets/dashboard.css b/superset/assets/stylesheets/dashboard.css index fd47dec..289ead3 100644 --- a/superset/assets/stylesheets/dashboard.css +++ b/superset/assets/stylesheets/dashboard.css @@ -90,6 +90,10 @@ div.widget .chart-controls { box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2); } +.slice-cell .editable-title input[type="button"] { + font-weight: bold; +} + .dashboard .separator.widget .slice_container { padding: 0px; overflow: visible; diff --git a/superset/assets/stylesheets/superset.less b/superset/assets/stylesheets/superset.less index 78f26bb..fedb124 100644 --- a/superset/assets/stylesheets/superset.less +++ b/superset/assets/stylesheets/superset.less @@ -210,6 +210,8 @@ div.widget .slice_container { .editable-title input[type="button"] { border-color: transparent; background: inherit; + white-space: normal; + text-align: left; } .editable-title input[type="button"]:hover { -- To stop receiving notification emails like this one, please contact ['"commits@superset.apache.org" '].