From 824ca7a245594188ae558e15e4bb6407dbbdf30a Mon Sep 17 00:00:00 2001
From: Adam Bradley
Date: Mon, 23 Mar 2015 08:20:45 -0500
Subject: [PATCH] button-block
---
src/components/button/button.scss | 4 +--
.../button/examples/button-block/index.html | 26 +++++++++++++++++++
.../button/examples/button-sizes/index.html | 4 ++-
3 files changed, 31 insertions(+), 3 deletions(-)
create mode 100644 src/components/button/examples/button-block/index.html
diff --git a/src/components/button/button.scss b/src/components/button/button.scss
index f351d94580..ff9500fae6 100644
--- a/src/components/button/button.scss
+++ b/src/components/button/button.scss
@@ -93,7 +93,7 @@ $button-bar-button-icon-size: 20px !default;
min-height: $button-height + 5px;
line-height: normal;
- vertical-align: baseline;
+ vertical-align: top;
white-space: nowrap;
text-overflow: ellipsis;
@@ -159,7 +159,7 @@ $button-bar-button-icon-size: 20px !default;
}
.button-block {
- display: block;
+ @include flex-display();
clear: both;
&:after {
diff --git a/src/components/button/examples/button-block/index.html b/src/components/button/examples/button-block/index.html
new file mode 100644
index 0000000000..cabdf6296c
--- /dev/null
+++ b/src/components/button/examples/button-block/index.html
@@ -0,0 +1,26 @@
+
+
+
+
+
diff --git a/src/components/button/examples/button-sizes/index.html b/src/components/button/examples/button-sizes/index.html
index 0d1655d7ed..a1f198e1eb 100644
--- a/src/components/button/examples/button-sizes/index.html
+++ b/src/components/button/examples/button-sizes/index.html
@@ -20,7 +20,9 @@
- a
+
+ H
+ a
a