diff --git a/docs/src/app/components/pages/components/buttons.jsx b/docs/src/app/components/pages/components/buttons.jsx index dc187e1d7343e2..ab6fdbda4d7036 100644 --- a/docs/src/app/components/pages/components/buttons.jsx +++ b/docs/src/app/components/pages/components/buttons.jsx @@ -45,6 +45,7 @@ var ButtonPage = React.createClass({ '\n' + '\n' + '\n' + + '' + '\n' + '\n' + ''; @@ -126,7 +127,7 @@ var ButtonPage = React.createClass({ type: 'string', header: 'optional', desc: 'This is the classname of the icon to display inside the button. This only applies to ' + - 'floating action buttons. An alternative to adding an icon would be to insert a custom svg ' + + 'floating action buttons. An alternative to adding an icon would be to insert a custom svg ' + 'component or FontIcon as a child.' }, { @@ -224,6 +225,9 @@ var ButtonPage = React.createClass({
+
+ +
diff --git a/src/less/components/floating-action-button.less b/src/less/components/floating-action-button.less index 48a9b6b126802d..4a3693a4f95708 100644 --- a/src/less/components/floating-action-button.less +++ b/src/less/components/floating-action-button.less @@ -12,6 +12,8 @@ overflow: hidden; background-color: @floating-action-button-color; border-radius: 50%; + text-align: center; + vertical-align: bottom; //This is need so that ripples do not bleed //past border radius.