Skip to content

Commit 1fb5ee0

Browse files
committed
fix different spacing
1 parent b13b2de commit 1fb5ee0

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/challenge-detail/Specification/SideBar

1 file changed

+1
-1
lines changed

src/shared/components/challenge-detail/Specification/SideBar/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export default function SideBar({
221221
}
222222
{
223223
!isDesign && (
224-
<span styleName="link-like-paragraph tooltip-container no-margin-top">
224+
<span styleName="link-like-paragraph tooltip-container">
225225
<a
226226
href={config.URL.INFO.USABLECODEDEV}
227227
title="Useable Code Rules"

0 commit comments

Comments
 (0)