From b1b5344dc11ea1b73eb8cbf39fe44a6028d6b6da Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Mon, 29 Jun 2020 15:54:06 -0700 Subject: [PATCH] Reset font weight for tooltips --- ui/app/styles/components/tooltip.scss | 1 + 1 file changed, 1 insertion(+) 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;