Skip to content

Commit

Permalink
fix(toolbar): correct wrap for toolbar elements and increase spacing …
Browse files Browse the repository at this point in the history
…for them
  • Loading branch information
iliyaZelenko committed Oct 6, 2019
1 parent af5e3be commit 44a521b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/components/Toolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ export default class Toolbar extends Vue {
.tiptap-vuetify-editor__toolbar
.v-toolbar
display: flex
height: auto !important
padding: 5px
.v-toolbar__content
height: auto !important
flex-wrap: wrap
padding: 0
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default class ExtensionActionRenderBtn extends Vue {

<style lang="stylus">
.tiptap-vuetify-editor__action-render-btn
margin: 0 6px
margin: 2px 6px
.tiptap-vuetify-editor__btn-icon.v-icon.fas
font-size: 16px
Expand Down

0 comments on commit 44a521b

Please sign in to comment.