Skip to content

Commit

Permalink
Fix report screen only taking up half width
Browse files Browse the repository at this point in the history
  • Loading branch information
hvangeffen authored and wkramer committed Sep 30, 2024
1 parent 902cf2c commit 6a708af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ReportsDisplayView.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div v-if="reports?.length" class="d-flex flex-column h-100">
<div v-if="reports?.length" class="d-flex flex-column h-100 w-100">
<v-toolbar class="py-1" density="compact">
<template v-if="reports.length === 1">
<div class="ml-5">{{ reportToTitle(reports[0]) }}</div>
Expand Down

0 comments on commit 6a708af

Please sign in to comment.