Skip to content

Commit

Permalink
fix: fix Journal sidebar width on mobile (#6027)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Van Accoleyen authored Mar 6, 2022
1 parent 4cc1d8f commit d690bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/journal/JournalList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</div>

<!-- Right sidebar -->
<div :class="[ dirltr ? 'fl' : 'fr' ]" class="w-30 pa2">
<div :class="[ dirltr ? 'fl' : 'fr' ]" class="w-30-ns w-100 pa2">
<a v-cy-name="'add-entry-button'" href="journal/add" class="btn btn-primary w-100 mb4">
{{ $t('journal.journal_add') }}
</a>
Expand Down

0 comments on commit d690bf6

Please sign in to comment.