diff --git a/ui/app/styles/components/tooltip.scss b/ui/app/styles/components/tooltip.scss index 0546b5355..62c04fb48 100644 --- a/ui/app/styles/components/tooltip.scss +++ b/ui/app/styles/components/tooltip.scss @@ -12,6 +12,7 @@ max-width: 250px; color: $white; font-size: $size-7; + font-weight: $weight-normal; overflow: hidden; text-overflow: ellipsis; line-height: 1.25;