Skip to content

Commit ee6d145

Browse files
style: Add VideoTutorialButton margin-bottom
1 parent 2691725 commit ee6d145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/Data/Browser/B4ABrowserToolbar.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ let B4ABrowserToolbar = ({
164164
const helpsection = (
165165
<span>
166166
{apiDocsButton}
167-
<VideoTutorialButton url={videoTutorialUrl} additionalStyles={ { marginLeft: '8px' } } playing={playVideoTutorial} />
167+
<VideoTutorialButton url={videoTutorialUrl} additionalStyles={ { marginLeft: '8px', marginBottom: '4px' } } playing={playVideoTutorial} />
168168
</span>
169169
);
170170

0 commit comments

Comments
 (0)