mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
change default --tag-max-size
This commit is contained in:
@@ -6,7 +6,7 @@ label:has(select),
|
||||
--outlined-text-color: var(--wa-form-control-value-color);
|
||||
--border-width: var(--wa-form-control-border-width);
|
||||
--box-shadow: initial;
|
||||
--tag-max-size: 8ch;
|
||||
--tag-max-size: 10ch;
|
||||
}
|
||||
|
||||
/* Add ellipses to multi select options */
|
||||
|
||||
@@ -79,7 +79,7 @@ import styles from './select.css';
|
||||
* @cssproperty --border-color - The border color of the select's combobox.
|
||||
* @cssproperty --border-width - The width of the select's borders, including the listbox.
|
||||
* @cssproperty --box-shadow - The shadow effects around the edges of the select's combobox.
|
||||
* @cssproperty [--tag-max-size=8ch] - When using `multiple`, the max size of tags before their content is truncated.
|
||||
* @cssproperty [--tag-max-size=10ch] - When using `multiple`, the max size of tags before their content is truncated.
|
||||
*
|
||||
* @cssstate blank - The select is empty.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user