diff --git a/app/assets/stylesheets/mixins.scss b/app/assets/stylesheets/mixins.scss index f5b7e8fd2..2d5bfdb10 100644 --- a/app/assets/stylesheets/mixins.scss +++ b/app/assets/stylesheets/mixins.scss @@ -181,7 +181,7 @@ @include tooltip; line-height: $global-lineheight; margin-top: $line-height / 8; - white-space: nowrap; + width: max-content; &::before { @include css-triangle($tooltip-pip-width, $tooltip-background-color, up);