Merge pull request #24858 from SnowBlitzer/jordans/fixDescription

Having overflowTooltip inherit font size
This commit is contained in:
Fredrik Adelöw
2024-06-04 16:13:29 +02:00
committed by GitHub
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',