ソースを参照

add border bottom

yohei0125 4 年 前
コミット
5b723be23a

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

@@ -39,7 +39,7 @@ const SearchResultListItem: FC<Props> = (props:Props) => {
   );
   );
 
 
   return (
   return (
-    <li key={pageData._id} className={`page-list-li search-result-item list-group-item-action ${isSelected ? 'active' : ''}`}>
+    <li key={pageData._id} className={`page-list-li search-result-item list-group-item-action border-bottom ${isSelected ? 'active' : ''}`}>
       <a
       <a
         className="d-block h-100"
         className="d-block h-100"
         href={pageId}
         href={pageId}