mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 21:30:45 +00:00
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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user