This is an automated email from the ASF dual-hosted git repository. shuai pushed a commit to branch test in repository https://gitbox.apache.org/repos/asf/answer.git
The following commit(s) were added to refs/heads/test by this push: new 1b979526 fix: update add_user modal's class 1b979526 is described below commit 1b979526018c7b09d3aeafb493ce8db98602ff37 Author: shuai <lishuail...@sifou.com> AuthorDate: Thu Aug 21 15:15:57 2025 +0800 fix: update add_user modal's class --- ui/src/hooks/useUserModal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/hooks/useUserModal/index.tsx b/ui/src/hooks/useUserModal/index.tsx index 65338007..bdf1f789 100644 --- a/ui/src/hooks/useUserModal/index.tsx +++ b/ui/src/hooks/useUserModal/index.tsx @@ -58,7 +58,7 @@ const useAddUserModal = (props: IProps = {}) => { 'ui:options': { rows: 7, placeholder: t('form.fields.users.placeholder'), - className: 'small', + className: 'small font-monospace', }, }, };