yohei0125 4 лет назад
Родитель
Сommit
f4de0c02ce
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/SearchPage/SearchResultListItem.tsx

+ 1 - 1
packages/app/src/components/SearchPage/SearchResultListItem.tsx

@@ -66,7 +66,7 @@ const SearchResultListItem: FC<Props> = (props:Props) => {
               <i className="icon-fw icon-home"></i>
               {pagePathElem}
             </h6>
-            <div className="d-flex align-items-center mb-2 position-relative">
+            <div className="d-flex align-items-center mb-2">
               {/* Picture */}
               <span className="user-picture mr-2">
                 <UserPicture user={pageData.lastUpdateUser} />