Skip to content

Commit 79a784b

Browse files
authored
fix(ui5-toast): fix toast spacing in safari
1 parent 50d64cc commit 79a784b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/main/src/themes/Toast.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
padding: 0;
2929
outline: none;
3030
box-sizing: border-box;
31+
display: flex;
32+
align-items: center;
33+
justify-content: center;
34+
min-height: fit-content;
3135
}
3236

3337
:host([open]) {

0 commit comments

Comments
 (0)