Skip to content

Commit

Permalink
fix(style): add nowrap back to .btn
Browse files Browse the repository at this point in the history
  • Loading branch information
rothmike committed Mar 7, 2019
1 parent ae453e7 commit b6f80d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scss/os/_overrides_bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ $form-control-disabled-border: $gray-600 !default;
cursor: pointer;
}

// This was removed in v4.2.1
.btn {
white-space: nowrap;
}

html {
// (Part 1) How bootstrap does box-sizing breaks 3rd party libraries box sizing.
// This technique allows slickgrid to work
Expand Down

0 comments on commit b6f80d0

Please sign in to comment.