### Description The style seems to use wrong height/width values for the FAB (floating button) on wide screens: ```css .md-btn--floating{height:48px;padding:14px;width:48px} ``` It seems it should use 56px instead of 48px. ### Images/Screenshots  ### Version - React 15.6.1 - React-MD 1.1.0-alpha-7