Skip to content

Commit

Permalink
change spacing CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbdavis committed Oct 5, 2018
1 parent 0009edf commit 7bdf2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3
2 changes: 1 addition & 1 deletion button-entity-row.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ButtonEntityRow extends Polymer.Element {
}
.flex-box {
display: flex;
justify-content: space-between;
justify-content: space-evenly;
}
paper-button {
color: var(--primary-color);
Expand Down

0 comments on commit 7bdf2c2

Please sign in to comment.