Skip to content

Commit

Permalink
make policy status width larger
Browse files Browse the repository at this point in the history
  • Loading branch information
sadnub committed Nov 24, 2023
1 parent e57d32f commit be99964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/automation/modals/PolicyStatus.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<q-dialog ref="dialog" @hide="onHide">
<q-card class="q-dialog-plugin" style="width: 90vw">
<q-card class="q-dialog-plugin" style="min-width: 70vw">
<q-bar>
{{ title.slice(0, 27) }}
<q-space />
Expand Down

0 comments on commit be99964

Please sign in to comment.