Reset font weight for tooltips

This commit is contained in:
Michael Lange 2020-06-29 15:54:06 -07:00
parent 70cc9cb5c8
commit 5d491167de
1 changed files with 1 additions and 0 deletions

View File

@ -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;