新增 no-grow flex 功能类样式
This commit is contained in:
parent
9b9607d497
commit
db4045b3c3
|
@ -1193,6 +1193,10 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.no-grow {
|
||||
flex-grow: unset !important;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
.#{$ns}Form-col {
|
||||
&.w,
|
||||
|
|
Loading…
Reference in New Issue