Skip to content

fix(button): center text in block button

Scott Hampton requested to merge fix-full-width-button into master

We expect the text to be centered when the button is full width.

Before After
Screen_Shot_2020-03-30_at_9.20.20_AM Screen_Shot_2020-03-30_at_9.19.33_AM

However, the dropdown button expects the opposite to happen. Instead, we want the text and the caret to be on opposing sides of the button.

Screen_Shot_2020-03-30_at_9.20.44_AM

Edited by Scott Hampton

Merge request reports