Skip to content

Commit

Permalink
fix: πŸ› Fixed min width of sort config modal
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLambrecht committed Feb 6, 2019
1 parent 6ef18cc commit 36b3e6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/editor/SortConfiguration.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
/>
Sort
</b-button>
<b-modal headline="Sort settings" :show="showModal">
<b-modal
headline="Sort settings"
:show="showModal"
:modal-styles="{ minWidth: '400px' }"
>
<b-radio-button-group
name="sortMode"
label="Sort Mode"
Expand Down

0 comments on commit 36b3e6e

Please sign in to comment.