change default --tag-max-size

This commit is contained in:
lindsaym-fa
2025-06-03 11:43:46 -04:00
parent dbdddb8dc1
commit 05d738f5df
2 changed files with 2 additions and 2 deletions

View File

@@ -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 */

View File

@@ -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.
*/