fix: some style updates (#2396)

This commit is contained in:
Peng Xiao
2023-05-16 17:46:51 +08:00
committed by LongYinan
parent 26f5461f9a
commit c0d6b8c458
10 changed files with 95 additions and 19 deletions
@@ -74,7 +74,7 @@ const NameWorkspaceContent = ({
data-testid="create-workspace-input"
onKeyDown={handleKeyDown}
placeholder={t['Set a Workspace name']()}
maxLength={15} // TODO: the max workspace name length?
maxLength={64}
minLength={0}
onChange={value => {
setWorkspaceName(value);