Skip to content

Commit e3d8e89

Browse files
authored
fix icon margin in dashboard
1 parent ec3015f commit e3d8e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/javascripts/dashboard/explorative_annotations_view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ class ExplorativeAnnotationsView extends React.PureComponent<Props, State> {
699699
</div>
700700
<div className="flex-container">
701701
<div className="flex-item" style={{ flexGrow: 0 }}>
702-
{teamTags.length > 0 ? <TeamOutlined /> : null}
702+
{teamTags.length > 0 ? <TeamOutlined className="icon-margin-right"/> : null}
703703
</div>
704704
<div className="flex-item">{teamTags}</div>
705705
</div>

0 commit comments

Comments
 (0)