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

Commit

Permalink
fix(toolbar): align last icon button to spec
Browse files Browse the repository at this point in the history
Closes #2497
  • Loading branch information
Marcy Sutton committed May 12, 2015
1 parent a2b88be commit f988255
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/toolbar/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ md-toolbar {
&> .md-button:first-child {
margin-left: $icon-button-margin-offset;
}
&> .md-button:last-child {
margin-right: $icon-button-margin-offset;
}

@media screen and (-ms-high-contrast: active) {
border-bottom: 1px solid #fff;
Expand Down

0 comments on commit f988255

Please sign in to comment.