-
Notifications
You must be signed in to change notification settings - Fork 262
Open
Description
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;
Maybe you can solve it in another way.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels
