Skip to content

Commit

Permalink
Calendar view fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RexusWolf committed Aug 24, 2020
1 parent a14f1bd commit b8fa8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Calendar.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-container fill-height fluid class="pa-0">
<v-row class="fill-height">
<v-col cols="3" class="pa-0">
<v-col md="3" cols="12" class="d-none d-md-flex pa-0">
<n2w-calendar-events-list class="fill-height n2wgray" />
</v-col>
<v-col md="9" cols="12" class="pa-0">
Expand Down

0 comments on commit b8fa8be

Please sign in to comment.