formatting fixes

This commit is contained in:
Ajay Ramachandran
2021-10-26 18:37:37 -04:00
committed by GitHub
parent 95fe1eef6f
commit 41be51b384

View File

@@ -292,10 +292,9 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
leftOffset: -318 + "px", leftOffset: -318 + "px",
backgroundColor: "rgba(28, 28, 28, 1.0)", backgroundColor: "rgba(28, 28, 28, 1.0)",
htmlId: "sponsorTimesContainer" + this.idSuffix, htmlId: "sponsorTimesContainer" + this.idSuffix,
buttonFunction: () => {Config.config.scrollToEditTimeUpdate = true}, buttonFunction: () => { Config.config.scrollToEditTimeUpdate = true },
fontSize: "14px", fontSize: "14px",
maxHeight: "200px" maxHeight: "200px"
}); });
} }
} }