|
@@ -60,7 +60,7 @@ const SearchResultListItem: FC<Props> = (props:Props) => {
|
|
|
checked={isChecked}
|
|
checked={isChecked}
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
- <div className="search-item-text p-3">
|
|
|
|
|
|
|
+ <div className="search-item-text p-3 flex-grow-1">
|
|
|
{/* page path */}
|
|
{/* page path */}
|
|
|
<div className="item-path">
|
|
<div className="item-path">
|
|
|
<i className="icon-fw icon-home"></i>
|
|
<i className="icon-fw icon-home"></i>
|