|
@@ -62,9 +62,9 @@ const SimpleItemContent = ({ page }: { page: IPageForItem }) => {
|
|
|
{page != null && page.path != null && page._id != null && (
|
|
{page != null && page.path != null && page._id != null && (
|
|
|
<div className="grw-pagetree-title-anchor flex-grow-1">
|
|
<div className="grw-pagetree-title-anchor flex-grow-1">
|
|
|
<div className="d-flex align-items-center">
|
|
<div className="d-flex align-items-center">
|
|
|
- <span className={`text-truncate me-2 ${page.isEmpty && 'grw-sidebar-text-muted'}`}>{pageName}</span>
|
|
|
|
|
|
|
+ <span className={`text-truncate me-1 ${page.isEmpty && 'grw-sidebar-text-muted'}`}>{pageName}</span>
|
|
|
{ page.wip && (
|
|
{ page.wip && (
|
|
|
- <span className="wip-page-badge badge rounded-pill text-bg-secondary">WIP</span>
|
|
|
|
|
|
|
+ <span className="wip-page-badge badge rounded-pill me-1 text-bg-secondary">WIP</span>
|
|
|
)}
|
|
)}
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|