Skip to content

Commit 8f17c0a

Browse files
committed
chore(SnapshotsView): improve margins between upload buttons
1 parent c532e6a commit 8f17c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meteor/client/ui/Settings/SnapshotsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ const SnapshotsViewContent = withTranslation()(
324324
</UploadButton>
325325
<UploadButton
326326
accept="application/json,.json"
327-
className="btn btn-secondary"
327+
className="btn btn-secondary mls"
328328
onChange={(e) => this.onUploadFile(e, true)}
329329
key={this.state.uploadFileKey2}
330330
>

0 commit comments

Comments
 (0)