Skip to content

Commit

Permalink
fix: πŸ› Fix layout issues with sorting modal
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLambrecht committed Oct 25, 2019
1 parent 4348636 commit 6e98d77
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/components/editor/SortConfiguration.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@
<v-icon slot="icon" name="sort" label="sort" />
Sort
</b-button>
<b-modal
headline="Sort settings"
:show="showModal"
:modal-styles="{ minWidth: '400px' }"
>
<b-modal headline="Sort settings" :show="showModal">
<b-radio-button-group
name="sortMode"
label="Sort Mode"
class="button-group"
class="sort-mode"
:options="sortModeOptions"
:value="sortMode"
@change="onSortModeChange"
Expand Down Expand Up @@ -109,7 +105,7 @@ export default {
display: inline-block;
}
.button-group {
.sort-mode {
margin-bottom: 12px;
}
Expand Down

0 comments on commit 6e98d77

Please sign in to comment.