mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(core): input overflow issue (#6748)
This commit is contained in:
@@ -14,6 +14,7 @@ export const inputWrapper = style({
|
||||
alignItems: 'center',
|
||||
fontSize: cssVar('fontBase'),
|
||||
boxSizing: 'border-box',
|
||||
overflow: 'hidden',
|
||||
selectors: {
|
||||
'&.no-border': {
|
||||
border: 'unset',
|
||||
|
||||
Reference in New Issue
Block a user