Skip to content

Commit 894d457

Browse files
authored
fix(ui5-dialog): stretch content area of dialog #920 (#1167)
1 parent 5f8ce93 commit 894d457

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/main/src/themes/Popup.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
box-sizing: border-box;
5555
background-color: var(--sapGroup_ContentBackground);
5656
border-radius: 0.25rem;
57+
flex-grow: 1;
58+
width: 100%;
5759
}
5860

5961
.ui5-popup-root .ui5-popup-content,
@@ -86,4 +88,4 @@
8688

8789
.ui5-popup-blockLayer--hidden {
8890
display: none;
89-
}
91+
}

0 commit comments

Comments
 (0)