diff --git a/src/components/RecentActivity/EnvironmentPanel/EnvironmentTab/styles.ts b/src/components/RecentActivity/EnvironmentPanel/EnvironmentTab/styles.ts index 3bb21a3bf..38b0d232f 100644 --- a/src/components/RecentActivity/EnvironmentPanel/EnvironmentTab/styles.ts +++ b/src/components/RecentActivity/EnvironmentPanel/EnvironmentTab/styles.ts @@ -9,6 +9,7 @@ export const Container = styled.button` font-weight: ${({ isSelected }) => (isSelected ? 700 : 500)}; font-size: 14px; padding: 4px 12px; + white-space: nowrap; color: ${({ isSelected, theme }) => { if (isSelected) {