SPRINT-18: minor style change on inputs for padding, updated for statistics titles to come from widget meta data

This commit is contained in:
Tim Chamberlain
2023-01-12 20:08:21 -06:00
parent 08def2353e
commit f3cf89cf1c
3 changed files with 17 additions and 3 deletions

View File

@ -105,6 +105,18 @@
font-size: .875rem !important;
}
.MuiInput-input, .MuiInputLabel-root
{
padding-left: 8px !important;
padding-right: 8px !important;
}
.MuiInputLabel-shrink
{
padding-top: 2px !important;
padding-left: 2px !important;
}
.MuiDataGrid-toolbarContainer .selectionTool
{
margin-left: 40px;