Skip to content
Snippets Groups Projects
Commit fbbf1864 authored by vkovtun's avatar vkovtun
Browse files

SSDM-13579: Bold header for table.

parent 8d991759
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -17,6 +17,9 @@ const styles = theme => ({
width: '100%',
borderSpacing: '0',
fontFamily: theme.typography.fontFamily,
'& thead > tr > th': {
fontWeight: 'bold'
},
'& tbody > tr': {
cursor: 'pointer',
'&:hover': {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment