Skip to content
Snippets Groups Projects
Unverified Commit 41ce2d66 authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Tweak bookmark button position in sidebar items (#21488)

parent 12d67b07
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,6 @@ export const SidebarBookmarkItem = styled(SidebarLink)`
color: ${props =>
props.isSelected ? color("text-white") : color("brand")};
cursor: pointer;
margin-right: ${space(0)};
margin-top: 3px;
}
`;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment