mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-07 20:31:33 +08:00
fix(component): an input display issue in confirm dialog (#6102)
fix the following issue of `input` 
This commit is contained in:
@@ -72,6 +72,7 @@ export const confirmModalContent = style({
|
|||||||
marginBottom: '20px',
|
marginBottom: '20px',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
overflowY: 'auto',
|
overflowY: 'auto',
|
||||||
|
padding: '0 4px',
|
||||||
});
|
});
|
||||||
export const confirmModalContainer = style({
|
export const confirmModalContainer = style({
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
|||||||
Reference in New Issue
Block a user