Skip to content

Overflow issue using full width  #45

@andresglx

Description

@andresglx

Hello,

I have discovered a little issue when I was trying to make a full width layout.

If you check my codepen --> http://codepen.io/andresgl/full/xZEyXR/ you can see a extra tittle right margin.

I have fixed it by myself changing the "margin-right" on .#{$toast-grid-column-namespace}

(codepend SCSS line 187 and 188)

margin-right: -.3125em;

instead of

margin-right: -.25em;

(5px) instead of (4px).
toast grid - issue marging full-width

Maybe you can solve it in another way.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions