This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(button): alignment between anchor buttons and normal buttons
* Currently a normal button is not properly aligning with an anchor button (only when using a flexbox layout parent) The buttons should align properly without using flexbox, since those are actually inline-blocks. See: http://codepen.io/DevVersion/pen/GqBrYb * This accounts also for icon buttons. Having a normal icon button and an anchor button makes the icon alignment incorrect and inconsistent. See: http://codepen.io/DevVersion/pen/dXjVgQ?editors=1010 Fixes #2440. Closes #9183
- Loading branch information