Explorar o código

125692 merge 125692

soumaeda %!s(int64=2) %!d(string=hai) anos
pai
achega
3d3a09d8a3

+ 3 - 0
apps/app/src/components/PageList/PageListItemS.module.scss

@@ -0,0 +1,3 @@
+.pagetitle {
+  line-height: 1.2;
+}

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

@@ -7,7 +7,7 @@ import Clamp from 'react-multiline-clamp';
 
 import { IPageHasId } from '~/interfaces/page';
 
-import styles from './PageList.module.scss';
+import styles from './PageListItemS.module.scss';
 
 type PageListItemSProps = {
   page: IPageHasId,

+ 0 - 5
packages/ui/src/styles/molecules/_page_list.scss

@@ -90,9 +90,4 @@
       }
     }
   }
-
-  .page-title {
-    flex: 1;
-    line-height: 1.2;
-  }
 }