瀏覽代碼

set maxWidth

Yuki Takei 1 年之前
父節點
當前提交
7d998a01bf
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      apps/app/src/client/components/PageHeader/PageTitleHeader.tsx

+ 1 - 0
apps/app/src/client/components/PageHeader/PageTitleHeader.tsx

@@ -129,6 +129,7 @@ export const PageTitleHeader = (props: Props): JSX.Element => {
             ${isRenameInputShown ? 'invisible' : ''} text-truncate
             ${isMovable ? 'border border-2 rounded-2' : ''} ${borderColorClass}
           `}
+          style={{ maxWidth: inputMaxWidth }}
           onClick={onClickPageTitle}
         >
           {pageTitle}