File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1829,10 +1829,14 @@ body.mobile .dialog-background {
18291829}
18301830
18311831.dialog .title {
1832- padding : 10 px 14px ;
1832+ padding : 8 px 14px ;
18331833 white-space : pre-wrap;
18341834}
18351835
1836+ body .mobile .dialog .title {
1837+ padding : 10px 14px ;
1838+ }
1839+
18361840.dialog .button-wrapper {
18371841 position : relative;
18381842 display : flex;
@@ -1863,7 +1867,6 @@ body.mobile .dialog-wrapper:not(.visible) .button-wrapper::before {
18631867
18641868.dialog .button {
18651869 padding : 8px 14px ;
1866- padding : 10px 14px ;
18671870 border-radius : 5.75px ;
18681871 display : flex;
18691872 justify-content : center;
@@ -1872,6 +1875,7 @@ body.mobile .dialog-wrapper:not(.visible) .button-wrapper::before {
18721875}
18731876
18741877body .mobile .dialog .button {
1878+ padding : 10px 14px ;
18751879 border-radius : 0 ;
18761880}
18771881
You can’t perform that action at this time.
0 commit comments