Skip to content

Commit

Permalink
Reduce line changes
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeister committed Sep 21, 2023
1 parent b577586 commit 5428920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/prompt/PopoverPrompt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
type="error"
class="mb-0 pb-5"
:class="{
'rounded-br-0': popoverPosition === 'top' && buttonAlign === 'right',
'rounded-bl-0': popoverPosition === 'top' && buttonAlign === 'left',
'rounded-tr-0': popoverPosition === 'bottom' && buttonAlign === 'right',
'rounded-tl-0': popoverPosition === 'bottom' && buttonAlign === 'left',
'rounded-br-0': popoverPosition === 'top' && buttonAlign === 'right',
'rounded-bl-0': popoverPosition === 'top' && buttonAlign === 'left',
}"
>
<slot />
Expand Down

0 comments on commit 5428920

Please sign in to comment.