Skip to content

Commit f397d39

Browse files
authored
Merge pull request #836 from Caltech-IPAC/FIREFLY-158_uplaod_panel_buttons_are_too_down_in_ts
FIREFLY-158_uplaod_panel_buttons_are_too_down_in_ts
2 parents 0e26acc + 5ef34e7 commit f397d39

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)