Skip to content

Commit

Permalink
Force grid to use 12 columns on smartphones
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Mar 16, 2020
1 parent 174761b commit 05eb905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/BibLabels/PrintOne.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ file that was distributed with this source code.
<transition name="fade" mode="out-in" @after-enter="onAfterEnter">
<v-container v-if="!loading">
<v-row no-gutters justify="center">
<v-col sm="10" md="8" lg="6" xl="4">
<v-col cols="12" sm="10" md="8" lg="6" xl="4">
<v-card flat>
<v-card-title primary-title>
<div class="headline primary--text">
Expand Down
2 changes: 1 addition & 1 deletion src/views/Editions/EditionAdd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ file that was distributed with this source code.
<v-fade-transition mode="out-in">
<v-container v-if="!pending">
<v-row no-gutters justify="center">
<v-col sm="10" md="8" lg="6" xl="4">
<v-col cols="12" sm="10" md="8" lg="6" xl="4">
<v-subheader class="primary--text">
{{ $t('views.editions-add.title') }}
</v-subheader>
Expand Down

0 comments on commit 05eb905

Please sign in to comment.