We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3cbd42 commit dd82436Copy full SHA for dd82436
src/bootstrap-floating-label.scss
@@ -66,7 +66,7 @@ $label-top-position-lg: $label-height-lg * 0.6; // 25px * 0.6 = 15px
66
z-index: 3;
67
68
// Truncate the text label if larger than the input
69
- max-width: calc(100% - #{$input-border-width * 2});
+ max-width: calc(100% - $input-border-width * 2);
70
@include text-truncate();
71
}
72
0 commit comments