Fix hashrate chart padding

This commit is contained in:
nymkappa 2022-02-21 18:24:24 +09:00
parent 413cf3ccaa
commit beeda5fa87
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

View File

@ -23,7 +23,8 @@
.chart {
width: 100%;
height: 100%;
padding: 1.25rem;
padding-bottom: 20px;
padding-right: 20px;
}
.formRadioGroup {