Skip to content

Commit

Permalink
Revert "Increase tooltip max width"
Browse files Browse the repository at this point in the history
This reverts commit bf15811.
  • Loading branch information
nesnoj committed May 17, 2024
1 parent b844dae commit 9ff7c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digiplan/static/vendors/bootstrap/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ $accordion-button-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w

// scss-docs-start tooltip-variables
$tooltip-font-size: $font-size-sm !default;
$tooltip-max-width: 300px !default;
$tooltip-max-width: 200px !default;
$tooltip-color: var(--#{$prefix}body-bg) !default;
$tooltip-bg: var(--#{$prefix}emphasis-color) !default;
$tooltip-border-radius: var(--#{$prefix}border-radius) !default;
Expand Down

0 comments on commit 9ff7c21

Please sign in to comment.