Skip to content

Commit 86691cb

Browse files
lunarfusionmlogsdon18
authored andcommitted
fix(textfield): textarea inherits resize
1 parent 3b21957 commit 86691cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/textfield/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ governing permissions and limitations under the License.
735735
.spectrum-Textfield-input {
736736
min-inline-size: var(--mod-text-area-min-inline-size, var(--spectrum-text-area-min-inline-size));
737737
min-block-size: var(--mod-text-area-min-block-size, var(--spectrum-text-area-min-block-size));
738-
resize: none;
738+
resize: inherit;
739739
}
740740

741741
&.spectrum-Textfield--quiet {

0 commit comments

Comments
 (0)