Moving selectionTool style to override-styles.css

This commit is contained in:
2022-08-23 08:10:19 -05:00
parent ec8d5645be
commit 2b47031f64
3 changed files with 7 additions and 28 deletions

View File

@ -103,4 +103,10 @@
.MuiInputAdornment-sizeMedium *
{
font-size: .875rem !important;
}
}
.MuiDataGrid-toolbarContainer .selectionTool
{
margin-left: 40px;
font-size: 14px;
}