Skip to content

Commit

Permalink
fix: add small class
Browse files Browse the repository at this point in the history
  • Loading branch information
shuashuai committed Aug 15, 2023
1 parent 93fc7b3 commit ce970a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/hooks/useUserModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ const useAddUserModal = (props: IProps = {}) => {
users: {
'ui:widget': 'textarea',
'ui:options': {
rows: 6,
rows: 7,
placeholder: t('form.fields.users.placeholder'),
className: 'small',
},
},
};
Expand Down
4 changes: 4 additions & 0 deletions ui/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ img[src=""] {
font-size: 0.75rem;
}

.small {
font-size: 0.875rem;
}

.pic-auth-modal {
width: 25%;
}
Expand Down

0 comments on commit ce970a0

Please sign in to comment.