Skip to content

Commit 6f71afb

Browse files
committed
feat: update placement attribute to support multiple positions in alert action select component
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent 6291cb6 commit 6f71afb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/data-management/alert-management/shared/components/alert-action-select/alert-action-select.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
autoClose="outside"
55
[ngClass]="background"
66
class="d-flex justify-content-start align-items-center cursor-pointer border-1 border-radius-1 flex-grow-1"
7-
placement="bottom-right"
7+
[placement]="['bottom-right', 'top-right', 'bottom-left', 'top-left']"
88
popoverClass="utm-alert-action-select" style="white-space: nowrap">
99

1010
<div class="d-flex justify-content-between align-items-center span-small-icon">

0 commit comments

Comments
 (0)