tailwind #9

Manually merged
peperunas merged 157 commits from tailwind into master 2020-12-28 18:38:52 +00:00
Showing only changes of commit ff0796024a - Show all commits

View File

@ -79,9 +79,6 @@ class App extends Component<{}, AppState> {
{/* Graph column */}
<Col md={8} lg={8} className="flex-fill">
<div className="border-bottom mt-2">
<h2>Price graph:</h2>
</div>
<RPlot/>
</Col>
</Row>