浏览代码

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}
         onClick={() => onClickSearchResultItem != null && onClickSearchResultItem(pageData._id)}
       >
-        <div className="d-flex">
+        <div className="d-flex h-100">
           {/* checkbox */}
           <div className="form-check d-flex align-items-center justify-content-center">
             <input