Prevent hovered tab to overflow (#19259)
## Before <img width="1274" height="102" alt="image" src="https://github.com/user-attachments/assets/86088cd3-6e15-40f2-8fe4-0090e4fe9572" /> ## After https://github.com/user-attachments/assets/fb892f16-f1ca-4e02-b588-2651d5738a9b
This commit is contained in:
committed by
GitHub
parent
634a5e9599
commit
6f89098340
+1
@@ -72,6 +72,7 @@ export const StyledTabContainer = styled.div<{
|
||||
export const StyledTabHover = styled.span<{
|
||||
contentSize?: 'sm' | 'md';
|
||||
}>`
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
gap: ${themeCssVariables.spacing[1]};
|
||||
padding: ${({ contentSize }) =>
|
||||
|
||||
Reference in New Issue
Block a user