浏览代码

125587 add style

soumaeda 2 年之前
父节点
当前提交
4aa844ffd1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/app/src/components/PageList/PageListItemS.tsx

+ 1 - 1
apps/app/src/components/PageList/PageListItemS.tsx

@@ -37,7 +37,7 @@ export const PageListItemS = (props: PageListItemSProps): JSX.Element => {
       <UserPicture user={page.lastUpdateUser} noLink={noLink} />
       {isNarrowView ? (
         <Clamp lines={2}>
-          <div className={`mx-2 page-title ${noLink ? 'text-break' : ''}`}>
+          <div className={`mx-2 ${styles['page-title']} ${noLink ? 'text-break' : ''}`}>
             { pagePathElement }
           </div>
         </Clamp>