fix(client): fix select button height in variable textarea (#2450)
This commit is contained in:
parent
274d53988a
commit
b542802667
@ -357,6 +357,10 @@ export function TextArea(props) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> .x-button {
|
||||||
|
height: min-content;
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user