fix(client): fix select button height in variable textarea (#2450)

This commit is contained in:
Junyi 2023-08-14 17:21:41 +07:00 committed by GitHub
parent 274d53988a
commit b542802667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -357,6 +357,10 @@ export function TextArea(props) {
} }
} }
} }
> .x-button {
height: min-content;
}
`, `,
)} )}
> >