You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by rf...@apache.org on 2019/09/27 15:21:23 UTC

[nifi-fds] branch master updated: [NIFI-6544] remove checkbox margin and lineheight

This is an automated email from the ASF dual-hosted git repository.

rfellows pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git


The following commit(s) were added to refs/heads/master by this push:
     new 63a1c19  [NIFI-6544] remove checkbox margin and lineheight
63a1c19 is described below

commit 63a1c19eb4777c9ae8421d9900add8840d951d6b
Author: Scott Aslan <sc...@gmail.com>
AuthorDate: Mon Aug 12 09:21:58 2019 -0400

    [NIFI-6544] remove checkbox margin and lineheight
    
    This closes #48
---
 platform/core/common/styles/_checkboxes.scss | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/platform/core/common/styles/_checkboxes.scss b/platform/core/common/styles/_checkboxes.scss
index f14e6d3..edc016e 100644
--- a/platform/core/common/styles/_checkboxes.scss
+++ b/platform/core/common/styles/_checkboxes.scss
@@ -27,7 +27,6 @@
         .mat-checkbox-inner-container {
             height: 10px !important;
             width: 10px !important;
-            margin-right: 5px;
 
             &:hover {
                 background-color: $accentColor;
@@ -59,9 +58,5 @@
         .mat-checkbox-disabled {
             cursor: not-allowed;
         }
-
-        .mat-checkbox-layout .mat-checkbox-label {
-            line-height: unset;
-        }
     }
 }