Correcting graph widget bottom padding

This commit is contained in:
softsimon
2023-05-06 00:55:25 +04:00
parent cb324733bf
commit 494ceca44e
9 changed files with 6 additions and 6 deletions

View File

@@ -74,7 +74,6 @@
</tbody>
</table>
</div>
<br>
</div>
<ng-template #loadingReward>

View File

@@ -16,6 +16,7 @@
@media (max-width: 575px) {
height: calc(100% - 230px);
};
margin-bottom: 25px;
}
.chart {