SPRINT-13: checkpoint on front end updates including, bulk add filters, bug when empty value on filter is saved, density storage

This commit is contained in:
Tim Chamberlain
2022-10-13 14:14:26 -05:00
parent 0d16b82ad0
commit e127098b36
7 changed files with 1593 additions and 865 deletions

View File

@ -182,4 +182,33 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
.modalProcess>.MuiBox-root>.MuiBox-root
{
margin-bottom: 24px;
}
}
#chip-text-field-container > div > div
{
background: #F8F8F8;
height: 330px;
padding: 10px;
display: flex;
flex-wrap: wrap;
}
#chip-text-field-container > div > div > textarea
{
display: none;
}
#chip-text-field-container > div > div > div
{
height: 100%;
overflow: scroll;
}
#outlined-multiline-static
{
padding-left: 10px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
margin-top: 10px;
}