Skip to content
This repository has been archived by the owner on Mar 5, 2018. It is now read-only.

There is default margin on buttons at the tablet breakpoint #165

Closed
alecky opened this issue Jul 14, 2016 · 2 comments
Closed

There is default margin on buttons at the tablet breakpoint #165

alecky opened this issue Jul 14, 2016 · 2 comments
Labels

Comments

@alecky
Copy link

alecky commented Jul 14, 2016

Buttons have default margin at tablet breakpoint

This has the result that in a standard left aligned layout the buttons will not align.

this is caused by the following:

@include media($tablet) { margin: $small-spacing; }

@TrebBrennan
Copy link
Contributor

More info from @phil-banks

What I expected to see

Buttons that left align to the text or object above.

What I saw

Buttons currently have a margin on all sides, this makes them appear out of alignment with text or objects above.
screen shot 2016-07-19 at 1 54 17 pm

@alecky
Copy link
Author

alecky commented Jul 26, 2016

As an additional note: when a button is inside of a list-horizontal the margin left is removed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants