Skip to content

Commit

Permalink
fix(core): input overflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Apr 30, 2024
1 parent aaafc8a commit bb255c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/component/src/ui/input/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const inputWrapper = style({
alignItems: 'center',
fontSize: cssVar('fontBase'),
boxSizing: 'border-box',
overflow: 'hidden',
selectors: {
'&.no-border': {
border: 'unset',
Expand Down

0 comments on commit bb255c6

Please sign in to comment.