visuddhinanda 2 лет назад
Родитель
Сommit
ad0984be0b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/components/article/NavigateButton.tsx

+ 1 - 1
dashboard/src/components/article/NavigateButton.tsx

@@ -98,7 +98,7 @@ const NavigateButtonWidget = ({
               key="title"
               maxWidth={250}
               suffixCount={7}
-              text={nextTitle}
+              text={nextTitle?.substring(0, 20)}
             />
             <DoubleRightOutlined key="icon" />
           </Space>