style(components): [slider] fix text line feed (#10306)

* style(theme-chalk): fix border shelter and Blank Spacing

closed #10177

* style(theme-chalk): fix text line feed

closed #10302

* Revert "style(theme-chalk): fix border shelter and Blank Spacing"

This reverts commit d4bb423892.
This commit is contained in:
charles 2022-10-30 21:40:12 +08:00 committed by GitHub
parent 93f2a1d950
commit 5ef175fe67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,6 +165,7 @@ $slider-height: map.merge(
font-size: 14px;
color: getCssVar('color-info');
margin-top: 15px;
white-space: pre;
}
}