Explorar el Código

125692 add align-items-center

soumaeda hace 2 años
padre
commit
c387b8c12c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/app/src/components/PageList/PageListItemS.tsx

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

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