Skip to content

Commit

Permalink
fix: add space among toolbar items
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsn committed Oct 28, 2018
1 parent 61f66b5 commit 4203ca2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/view/components/Toolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ export default Vue.extend({
vertical-align: middle;
}
.toolbar-input-char {
margin: 0 5px;
}
.viewport-size-input {
width: 3.2em;
text-align: center;
Expand Down

0 comments on commit 4203ca2

Please sign in to comment.