Skip to content

Commit

Permalink
fix: get rid of unnecessary invisible space
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowusr committed Oct 16, 2024
1 parent 7c53371 commit 4eff1b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions lib/static/new-ui/components/SuiteTitle/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
position: relative;
}

.invisible-space {
position: absolute;
z-index: -1;
left: 0;
}

.content {
margin-top: 8px;
display: flex;
Expand Down
1 change: 0 additions & 1 deletion lib/static/new-ui/components/SuiteTitle/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export function SuiteTitle(props: SuiteTitlePropsInternal): ReactNode {
{index !== suitePath.length - 1 &&
<div className={styles.separator}>
<ChevronRight height={12}/>
<span className={styles.invisibleSpace}>&nbsp;</span>
</div>}
</div>
))}
Expand Down

0 comments on commit 4eff1b7

Please sign in to comment.