From commits-return-1630-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Tue Oct 9 07:48:34 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 75D08180668 for ; Tue, 9 Oct 2018 07:48:34 +0200 (CEST) Received: (qmail 80500 invoked by uid 500); 9 Oct 2018 05:48:33 -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 80491 invoked by uid 99); 9 Oct 2018 05:48:33 -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, 09 Oct 2018 05:48:33 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id EE04C82E28; Tue, 9 Oct 2018 05:48:32 +0000 (UTC) Date: Tue, 09 Oct 2018 05:48:32 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: [Dashboard] Fix margin issue in dashboard modal (#6037) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153906411272.17066.16159560015343597470@gitbox.apache.org> From: graceguo@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: f50ed17655fa3bf91911a6a959a26144ae6ed7b4 X-Git-Newrev: 361f588b71c67c0482b07b70ca745d9ef274291f X-Git-Rev: 361f588b71c67c0482b07b70ca745d9ef274291f X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. graceguo 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 361f588 [Dashboard] Fix margin issue in dashboard modal (#6037) 361f588 is described below commit 361f588b71c67c0482b07b70ca745d9ef274291f Author: Grace Guo AuthorDate: Mon Oct 8 22:48:27 2018 -0700 [Dashboard] Fix margin issue in dashboard modal (#6037) --- superset/assets/src/dashboard/stylesheets/dashboard.less | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/superset/assets/src/dashboard/stylesheets/dashboard.less b/superset/assets/src/dashboard/stylesheets/dashboard.less index 2b5242e..e2b73c1 100644 --- a/superset/assets/src/dashboard/stylesheets/dashboard.less +++ b/superset/assets/src/dashboard/stylesheets/dashboard.less @@ -138,17 +138,11 @@ body { .modal-body { padding: 24px 24px 29px 24px; - - div { - margin-top: 24px; - - &:first-child { - margin-top: 0; - } - } } .delete-modal-actions-container { + margin-top: 24px; + .btn { margin-right: 16px; &:last-child {