diff --git a/src/GrapherComponent/GraphingEl.tsx b/src/GrapherComponent/GraphingEl.tsx index 0e4d2f8..aaa9496 100644 --- a/src/GrapherComponent/GraphingEl.tsx +++ b/src/GrapherComponent/GraphingEl.tsx @@ -34,7 +34,7 @@ interface Props { const TabText = styled.div` width: 100%; font-family: var(--fontFamily); - font-size: 0.875rem; + font-size: 0.875rem !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;