mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 01:11:13 -06:00
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:
parent
6a256a81f7
commit
f9abb863b9
@ -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;
|
||||
|
@ -148,6 +148,7 @@ body {
|
||||
height: 19px;
|
||||
padding: 0 4px;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.caller-role {
|
||||
|
Loading…
Reference in New Issue
Block a user