Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
fix(demo): Fix grid-cell span in SelectView
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed Apr 17, 2018
1 parent cc4a4b9 commit e9bfa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/views/SelectView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<m-layout-grid-cell :span="12">
<m-typo-title>Normal</m-typo-title>
<m-layout-grid-inner>
<m-layout-grid-cell :span="3">
<m-layout-grid-cell :span="2">
<m-select v-model="selected">
<option
v-for="option in selectOptions"
Expand Down

0 comments on commit e9bfa71

Please sign in to comment.