Skip to content

Commit

Permalink
Increase tooltip max width
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed May 16, 2024
1 parent 26c1ec9 commit bf15811
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: 200px !default;
$tooltip-max-width: 300px !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 bf15811

Please sign in to comment.