Skip to content

Commit 5ef34e7

Browse files
author
Dean Naji
committed
FIREFLY-158_uplaod_panel_buttons_are_too_down_in_ts
1 parent f81bc3e commit 5ef34e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firefly/js/templates/lightcurve/LcViewer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ export class UploadPanel extends SimpleComponent {
268268
};
269269

270270
return (
271-
<div style={{padding: 10}}>
271+
<div style={{padding: 10, marginBottom:15}}>
272272
<div style={{margin: '0px 5px 5px'}}>{instruction}</div>
273273
<FormPanel
274274
groupKey={vFileKey}

0 commit comments

Comments
 (0)