Merge pull request #510 from RickCole21/master

caption样式修复
This commit is contained in:
liaoxuezhi 2020-03-25 20:27:20 +08:00 committed by GitHub
commit 5fa00e391c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -101,6 +101,13 @@
color: $Form-input-placeholderColor;
}
.#{$ns}Form-caption {
display: inline-block;
line-height: $Form-input-height;
height: $Form-input-height;
margin-left: px2rem(10px);
}
@include media-breakpoint-up(sm) {
.#{$ns}Form-control--sizeXs {
// min-width: $Form-control-widthXs;