Skip to content

Commit

Permalink
fix(number-input): fix positioning when no label is present (#5376)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Feb 20, 2020
1 parent a586deb commit 18f3c83
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,11 @@
}
}

//No label positioning adjustment
.#{$prefix}--number--nolabel .bx--label + .bx--form__helper-text {
margin-top: 0;
}

// Skeleton State
.#{$prefix}--number.#{$prefix}--skeleton {
@include skeleton;
Expand Down

0 comments on commit 18f3c83

Please sign in to comment.