Closed McLaynV closed 2 days ago
2024.9.x branch
In server/assets/src/scss/main/18201131_bootsrapvue.scss there is duplicated height: $input-height;:
server/assets/src/scss/main/18201131_bootsrapvue.scss
height: $input-height;
> .custom-range { height: $input-height; padding: 0 $input-padding-x; background-color: $input-bg; background-clip: padding-box; border: $input-border-width solid $input-border-color; height: $input-height;
remove one of the height: $input-height; instances
No response
Implemented in #2028
Submitted in https://github.com/bootstrap-vue/bootstrap-vue/issues/7225
Is there an existing issue for this?
Version of Corteza
2024.9.x branch
Current Behavior
In
server/assets/src/scss/main/18201131_bootsrapvue.scss
there is duplicatedheight: $input-height;
:Expected Behavior
remove one of the
height: $input-height;
instancesSteps To Reproduce
No response
Environment and versions
No response
Anything else?
Implemented in #2028