Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request atom#145 from atom/sm-buttons
Browse files Browse the repository at this point in the history
Improve buttons layout
  • Loading branch information
simurai authored Jan 20, 2017
2 parents 3a77b17 + 09203e5 commit 6eb665c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions styles/notifications.less
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,15 @@ atom-notification {
}
}

.btn-toolbar {
margin-top: @component-padding;
.btn-toolbar.btn-toolbar {
margin-top: 10px;
margin-bottom: -5px;
margin-left: 0;
}

.btn-toolbar.btn-toolbar > .btn {
margin-left: 0;
margin-bottom: 5px;
}

.btn-copy-report {
Expand Down

0 comments on commit 6eb665c

Please sign in to comment.