fix(core): input overflow issue (#6748)

This commit is contained in:
pengx17
2024-04-30 05:10:06 +00:00
committed by Peng Xiao
parent eb7904bf62
commit 1f97437320

View File

@@ -14,6 +14,7 @@ export const inputWrapper = style({
alignItems: 'center',
fontSize: cssVar('fontBase'),
boxSizing: 'border-box',
overflow: 'hidden',
selectors: {
'&.no-border': {
border: 'unset',