Skip to content

Commit

Permalink
fix(ui5-dialog): correct border radius when stretched on phones (#4327)
Browse files Browse the repository at this point in the history
Fixes: #4254
  • Loading branch information
dimovpetar authored Nov 22, 2021
1 parent 859b6d1 commit 5aedc43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/src/themes/Dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
height: 100%;
max-height: 100%;
max-width: 100%;
border-radius: 0;
}

.ui5-popup-header-root {
Expand Down

0 comments on commit 5aedc43

Please sign in to comment.