winjs / winstrap

The official Bootstrap theme for Microsoft's Modern design language
http://winstrap.azurewebsites.net
Other
533 stars 122 forks source link

Fix button alignment #173

Open ccoors opened 5 years ago

ccoors commented 5 years ago

The button alignment is off due to bootstrap-sass setting margin-left for buttons to -1px in button groups (see https://github.com/twbs/bootstrap/blob/v4-dev/scss/_button-group.scss#L27). This PR overrides the default Bootstrap behavior.

Before: before

After: after

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.