Fix x-paper width (fixed #233)
This commit is contained in:
parent
229084fab3
commit
48090ec41c
|
@ -336,6 +336,7 @@ x-dialog x-paper {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
width: 100%;
|
||||||
max-width: 450px;
|
max-width: 450px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
|
|
Loading…
Reference in New Issue