Remote the margin for modal
This commit is contained in:
parent
3b275e723d
commit
4f3f8343b2
|
@ -18,6 +18,7 @@
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
border: none;
|
border: none;
|
||||||
width: calc(100% - 6rem);
|
width: calc(100% - 6rem);
|
||||||
|
margin: 0;
|
||||||
|
|
||||||
& {
|
& {
|
||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
|
|
Loading…
Reference in New Issue