From 1c2edb2b64ddc1d5f9b94c7d1b62b4027c62c4a1 Mon Sep 17 00:00:00 2001 From: Petar Dimov Date: Fri, 12 Nov 2021 11:33:19 +0200 Subject: [PATCH] fix(ui5-dialog): correct border radius when stretched on phones Fixes: #4254 --- packages/main/src/themes/Dialog.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/main/src/themes/Dialog.css b/packages/main/src/themes/Dialog.css index 528b46be043f..668b7deec9f8 100644 --- a/packages/main/src/themes/Dialog.css +++ b/packages/main/src/themes/Dialog.css @@ -17,6 +17,7 @@ height: 100%; max-height: 100%; max-width: 100%; + border-radius: 0; } .ui5-popup-header-root {