Extend Foundry's MultiSelectElement so that I can provide a label to it
This commit is contained in:
parent
5e9b91b199
commit
d858aa5b66
5 changed files with 53 additions and 0 deletions
9
public/styles/elements/custom-multi-select.css
Normal file
9
public/styles/elements/custom-multi-select.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
stats-tracker-multi-select {
|
||||
display: grid;
|
||||
grid-template-columns: auto minmax(0, 1fr);
|
||||
gap: 2px;
|
||||
|
||||
select {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue