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 d2caec5  [NIFI-6548] add min width to raised and flat buttons
d2caec5 is described below

commit d2caec547854be430a0ca96cb635442f67a4d5e5
Author: Scott Aslan <[email protected]>
AuthorDate: Mon Aug 12 13:18:25 2019 -0400

    [NIFI-6548] add min width to raised and flat buttons
    
    This closes #49
---
 platform/core/common/styles/_buttons.scss | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/platform/core/common/styles/_buttons.scss 
b/platform/core/common/styles/_buttons.scss
index 859e7f1..7193636 100644
--- a/platform/core/common/styles/_buttons.scss
+++ b/platform/core/common/styles/_buttons.scss
@@ -73,6 +73,7 @@
     line-height: normal;
     box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 
0 rgba(0, 0, 0, 0.12);
     border-radius: 2px;
+    min-width: 88px;
   }
 
   body[fds] .mat-button {
@@ -83,6 +84,7 @@
     text-transform: uppercase;
     line-height: normal;
     border-radius: 2px;
+    min-width: 88px;
   }
 
   body[fds] .mat-button-toggle-button {

Reply via email to