fix(component): an input display issue in confirm dialog (#6102)

fix the following issue of `input`

![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/8a439fd1-3f96-46c3-9e8d-0449779b5c36.png)
This commit is contained in:
Peng Xiao 2024-03-13 11:40:33 +00:00
parent 282b788258
commit e116a82c24
No known key found for this signature in database
GPG Key ID: 23F23D9E8B3971ED

View File

@ -72,6 +72,7 @@ export const confirmModalContent = style({
marginBottom: '20px',
height: '100%',
overflowY: 'auto',
padding: '0 4px',
});
export const confirmModalContainer = style({
display: 'flex',