File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
<span class =" ui5-popup-frame" @focusin =" {{ _onfocusin }} " >
4
4
<span id =" {{ _id }} -firstfe" tabindex =" 0" ></span >
5
5
<div style =" {{ zindex }} " class =" ui5-dialog-root-parent {{ classes.dialogParent }} " >
6
- <div tabindex =" -1" aria-labelledby =" {{ headerId }} " role =" dialog" aria-modal =" true" class =" ui5-popup-root ui5-dialog-root" >
6
+ <div tabindex =" -1" aria-labelledby =" {{ headerId }} " role =" dialog" aria-modal =" true" class =" ui5-popup-root ui5-dialog-root {{ classes.dialogParent }} " >
7
7
{{> header }}
8
8
<section class =" ui5-dialog-section" >
9
9
<div class =" ui5-popup-content" >
Original file line number Diff line number Diff line change 28
28
display : flex;
29
29
flex-direction : column;
30
30
overflow : hidden;
31
+ min-width : 25rem ;
32
+ }
33
+
34
+ .ui5-phone {
35
+ min-width : 0 ;
31
36
}
32
37
33
38
.ui5-dialog-root header ,
You can’t perform that action at this time.
0 commit comments