mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
CSS for these chips in filter panel bulk-paste
This commit is contained in:
@ -118,12 +118,12 @@ function ChipTextField({...props})
|
|||||||
return (
|
return (
|
||||||
<div id="chip-text-field-container" style={{flexWrap: "wrap", display:"flex"}}>
|
<div id="chip-text-field-container" style={{flexWrap: "wrap", display:"flex"}}>
|
||||||
<TextField
|
<TextField
|
||||||
sx={{width: "100%"}}
|
sx={{width: "99%"}}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
label={label}
|
label={label}
|
||||||
InputProps={{
|
InputProps={{
|
||||||
startAdornment:
|
startAdornment:
|
||||||
<div>
|
<div style={{overflowY: "auto", overflowX: "hidden", margin: "-10px", width: "calc(100% + 20px)", padding: "10px", marginBottom: "-20px", height: "calc(100% + 10px)"}}>
|
||||||
{
|
{
|
||||||
chips.map((item, i) => (
|
chips.map((item, i) => (
|
||||||
<Chip
|
<Chip
|
||||||
|
Reference in New Issue
Block a user