fix(Dialog): improve width and avoid text blurry (#4686)

This commit is contained in:
neverland
2019-10-11 09:58:46 +08:00
committed by GitHub
parent 44295fe6b2
commit 894e9aafcb
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -14,6 +14,10 @@
transition: @dialog-transition;
transition-property: transform, opacity;
@media (max-width: 321px) {
width: @dialog-small-screen-width;
}
&__header {
padding-top: @dialog-header-padding-top;
font-weight: @dialog-header-font-weight;