SDA-4233 - Fix EXT alignment and closing exiting window issue (#1902)

Signed-off-by: Kiran Niranjan <kiran.niranjan@symphony.com>
This commit is contained in:
Kiran Niranjan 2023-07-19 18:06:08 +05:30 committed by GitHub
parent 6a256a81f7
commit f9abb863b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,7 @@ class CallNotification {
) => {
if (
this.callNotificationWindow &&
windowExists(this.callNotificationWindow) &&
this.callNotificationWindow.notificationData?.id
windowExists(this.callNotificationWindow)
) {
this.callNotificationWindow.notificationData = callNotificationData;
this.callNotificationWindow.winName = apiName.notificationWindowName;

View File

@ -148,6 +148,7 @@ body {
height: 19px;
padding: 0 4px;
align-items: center;
display: flex;
}
.caller-role {