We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad1d8c commit 86ebe3eCopy full SHA for 86ebe3e
1st-gen/packages/textfield/src/spectrum-textfield.css
@@ -213,6 +213,10 @@
213
margin-block-start: var(--mod-textfield-helptext-spacing-block, var(--spectrum-textfield-helptext-spacing-block));
214
}
215
216
+::slotted([slot="help-text"]) {
217
+ inline-size: var(--mod-textfield-width, var(--spectrum-textfield-width));
218
+}
219
+
220
.spectrum-Textfield-characterCount {
221
inline-size: auto;
222
font-size: var(--mod-textfield-character-count-font-size, var(--spectrum-textfield-character-count-font-size));
0 commit comments