@@ -64,7 +64,7 @@ $grw-bookmark-item-padding-left: 35px;
.grw-bookmark-item-list{
min-width: 30px;
- height: 35px;
+ height: 50px;
.picture {
width: 16px;
@@ -123,7 +123,7 @@ export const BookmarkItem = (props: Props): JSX.Element => {
useDragMode={isOperable}
>
<li
- className="grw-bookmark-item-list list-group-item list-group-item-action border-0 py-0 my-2 mr-auto d-flex align-items-center"
+ className="grw-bookmark-item-list list-group-item list-group-item-action border-0 py-0 mr-auto d-flex align-items-center"
key={bookmarkedPage._id}
id={bookmarkItemId}
style={{ paddingLeft }}
@@ -38,11 +38,11 @@ export const PageListItemS = (props: PageListItemSProps): JSX.Element => {
{isNarrowView ? (
<Clamp lines={2}>
<div className={`mx-2 ${styles['page-title']} ${noLink ? 'text-break' : ''}`}>
- { pagePathElement }
+ {pagePathElement}
</div>
</Clamp>
) : (
+ pagePathElement
)}
<span className="ml-2">
<PageListMeta page={page} />