SPRINT-20: updates to saved filters based on ui feedback

This commit is contained in:
Tim Chamberlain
2023-02-01 21:54:13 -06:00
parent d29fb32978
commit afa5092808
4 changed files with 88 additions and 40 deletions

View File

@ -223,6 +223,11 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
overflow: scroll;
}
.MuiChip-root
{
padding-top: 1px !important;
}
#outlined-multiline-static
{
padding-left: 10px;
@ -323,4 +328,4 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
{
color: rgb(123, 128, 154);
font-weight: 400;
}
}