Reset font weight for tooltips
This commit is contained in:
parent
70cc9cb5c8
commit
5d491167de
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue