.prewrap {
  white-space: pre-wrap;
}

.no-prewrap {
  white-space: nowrap;
}

.prewrap-btn {

  .btn {
    white-space: pre-wrap;
  }
}

.d-md-show-down {
  display: none;

  @include media-breakpoint-down(sm) {
    display: block;
  }
}

.clearboth {
  clear: both;
}

.full-height {
  // sass-lint:disable no-important
  height: 100% !important;
}

.tooltip-inner {
  // sass-lint:disable no-important
  @include border-radius($tooltip-border-radius);
  max-width: 280px !important;
  padding: 4px !important;
  color: $tooltip-color;
  text-align: center;
  background-color: $tooltip-bg;
}
