File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,10 @@ <h3>Basic ResponsivePopover</h3>
42
42
< ui5-button id ="openBtn " design ="Emphasized "> Open Popover</ ui5-button >
43
43
44
44
< ui5-responsive-popover id ="hello-popover " header-text ="Newsletter subscription ">
45
- < div class ="popover-content ">
46
- < div class ="flex-column ">
47
- < ui5-label for ="emailInput " required > Email: </ ui5-label >
48
- < ui5-input id ="emailInput " class ="samples-margin-top " placeholder ="Enter Email "> </ ui5-input >
49
- < ui5-label > Note: If you open the page in mobile, dialog would be displayed.</ ui5-label >
50
- </ div >
45
+ < div class ="flex-column ">
46
+ < ui5-label for ="emailInput " required > Email: </ ui5-label >
47
+ < ui5-input id ="emailInput " class ="samples-margin-top " placeholder ="Enter Email "> </ ui5-input >
48
+ < ui5-label > Note: If you open the page in mobile, dialog would be displayed.</ ui5-label >
51
49
</ div >
52
50
< div slot ="footer " class ="popover-footer ">
53
51
< div style ="flex: 1; "> </ div >
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ body {
111
111
}
112
112
113
113
.popover-content {
114
- width : 300 px ;
115
- height : 150 px ;
114
+ margin : 0.5 rem ;
115
+ height : 100 px ;
116
116
display : flex;
117
117
flex-direction : column;
118
118
justify-content : center;
You can’t perform that action at this time.
0 commit comments