Skip to content

Commit

Permalink
fix(button group styles): fix button group styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hagmic committed May 30, 2019
1 parent abc9b74 commit b89f35a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,16 @@
display: flex;
}

.ToolbarGroup-root:not(:first-of-type):not(:last-of-type) {
margin: 0 24px;
.ToolbarGroup-root {
margin: 0 12px;
}

.ToolbarGroup-root:first-of-type {
margin-left: 0;
}

.ToolbarGroup-root:last-of-type {
margin-right: 0;
}

.ToolbarButton-root {
Expand Down

0 comments on commit b89f35a

Please sign in to comment.