Skip to content

Commit 7fd1226

Browse files
committed
Add space between links in the FAQ
1 parent 22c54ea commit 7fd1226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/faq/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class FAQ extends React.Component {
230230
<StickyNav>
231231
<div className={pf('site-menu--jump-links')}>
232232
<h3 className="site-text-heading--label">Questions</h3>
233-
<ul className={pf('list--vertical has-block-links')}>
233+
<ul className={pf('list--vertical has-block-links--space')}>
234234
{this.jumpLinks}
235235
</ul>
236236
</div>

0 commit comments

Comments
 (0)