grep-components 1.15.0 → 1.16.0-grepf-1829.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4916,10 +4916,12 @@ var useStyles$b = makeStyles()({
|
|
|
4916
4916
|
textOverflow: 'ellipsis',
|
|
4917
4917
|
whiteSpace: 'nowrap',
|
|
4918
4918
|
fontWeight: 'bold',
|
|
4919
|
+
lineHeight: '16px',
|
|
4919
4920
|
},
|
|
4920
4921
|
link: {
|
|
4921
4922
|
fontSize: 16,
|
|
4922
4923
|
textDecoration: 'none',
|
|
4924
|
+
lineHeight: '16px',
|
|
4923
4925
|
'&:hover': {
|
|
4924
4926
|
textDecoration: 'underline',
|
|
4925
4927
|
},
|