Skip to content

Commit

Permalink
fix(ui5-dialog): stretch content area of dialog #920 (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnseo authored Feb 13, 2020
1 parent 5f8ce93 commit 894d457
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/main/src/themes/Popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
box-sizing: border-box;
background-color: var(--sapGroup_ContentBackground);
border-radius: 0.25rem;
flex-grow: 1;
width: 100%;
}

.ui5-popup-root .ui5-popup-content,
Expand Down Expand Up @@ -86,4 +88,4 @@

.ui5-popup-blockLayer--hidden {
display: none;
}
}

0 comments on commit 894d457

Please sign in to comment.