Browse Source

Dialog: remove unnecessary body line-height (#11097)

杨奕 7 years ago
parent
commit
8b30a479aa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/theme-chalk/src/dialog.scss

+ 0 - 1
packages/theme-chalk/src/dialog.scss

@@ -66,7 +66,6 @@
   @include e(body) {
     padding: 30px 20px;
     color: $--color-text-regular;
-    line-height: $--dialog-line-height;
     font-size: $--dialog-font-size;
   }