Skip to content

Commit

Permalink
fix: change san plot text to be displayed in line (#1350)
Browse files Browse the repository at this point in the history
Closes: #1336
  • Loading branch information
Sebastien-Ahkrin committed Jan 27, 2022
1 parent 035887c commit efe0f0a
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -58,7 +58,9 @@ function Spectrum2DHistogram({

return (
<div>
<span style={{ padding: '0 200px' }}>San Plot</span>
<div style={{ textAlign: 'center', paddingBottom: 5, paddingTop: 5 }}>
San Plot
</div>

<div
style={{
Expand Down

0 comments on commit efe0f0a

Please sign in to comment.