소스 검색

add height

yohei0125 4 년 전
부모
커밋
8da8647cf0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/components/SearchPage/SearchResultListItem.tsx

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

@@ -45,7 +45,7 @@ const SearchResultListItem: FC<Props> = (props:Props) => {
         href={pageId}
         href={pageId}
         onClick={() => onClickSearchResultItem != null && onClickSearchResultItem(pageData._id)}
         onClick={() => onClickSearchResultItem != null && onClickSearchResultItem(pageData._id)}
       >
       >
-        <div className="d-flex">
+        <div className="d-flex h-100">
           {/* checkbox */}
           {/* checkbox */}
           <div className="form-check d-flex align-items-center justify-content-center">
           <div className="form-check d-flex align-items-center justify-content-center">
             <input
             <input