Having overflowTooltip inherit font size

Signed-off-by: Jordan Snow <jordans@spotify.com>
This commit is contained in:
Jordan Snow
2024-05-21 14:03:23 -04:00
parent 2c3f493ee3
commit a0b46f62d4
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Having tooltip inherit font size for consistency in catalog table columns
@@ -34,6 +34,7 @@ const useStyles = makeStyles(
overflow: 'visible !important',
},
typo: {
fontSize: 'inherit',
overflow: 'hidden',
textOverflow: 'ellipsis',
display: '-webkit-box',