统一上对齐

This commit is contained in:
liaoxuezhi 2019-06-28 09:59:29 +08:00
parent e3b0831bb4
commit 0c77572087
1 changed files with 0 additions and 8 deletions

View File

@ -13,10 +13,6 @@
margin-right: -$Form-group-gutterWidth / 2;
align-items: flex-start;
&.#{$ns}Form-group--horizontal {
align-items: flex-start;
}
> * {
padding-left: $Form-group-gutterWidth / 2;
padding-right: $Form-group-gutterWidth / 2;
@ -31,10 +27,6 @@
margin-bottom: 0;
}
&.#{$ns}Form-group--inline {
align-items: flex-start;
}
.#{$ns}Form-input > .#{$ns}Form-group {
margin-bottom: 0;
}