Skip to content

Commit

Permalink
fix(alerts): remove unwanted top margin on alerts
Browse files Browse the repository at this point in the history
fixes #278
[fixes #105783386]
  • Loading branch information
August Toman-Yih committed Oct 15, 2015
1 parent 6e71f25 commit 1d9de41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/alerts/alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ other content inside a container on the page (of a width 500px for this example)

.alert {
border: none;
margin: $baseSpacing 0 0;
margin: 0;

a.alert-link {
color: inherit;
Expand Down

0 comments on commit 1d9de41

Please sign in to comment.