Skip to content

Commit

Permalink
Fixed an issue with Toast status sizing (grommet#1782)
Browse files Browse the repository at this point in the history
Fixes GitHub issue grommet#1733.
  • Loading branch information
ericsoderberghp committed Dec 30, 2017
1 parent 68fb633 commit 51d961f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/grommet-core/_objects.toast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

.#{$grommet-namespace}toast__status {
flex: 0 0 auto;
padding-left: $inuit-base-spacing-unit;
margin-left: $inuit-base-spacing-unit;
}

.#{$grommet-namespace}toast__contents {
Expand Down

0 comments on commit 51d961f

Please sign in to comment.