Skip to content

Commit

Permalink
Fixed font family issue in FF. (#16701)
Browse files Browse the repository at this point in the history
  • Loading branch information
hristo-kanchev authored and Brian Vaughn committed Sep 9, 2019
1 parent 35f447d commit 4905590
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -2,6 +2,7 @@
border: none;
border-radius: 0.25rem;
padding: 0.25rem 0.5rem;
font-family: var(--font-family-sans);
font-size: 12px;
background-color: var(--color-tooltip-background);
color: var(--color-tooltip-text);
Expand Down

0 comments on commit 4905590

Please sign in to comment.