Correcting graph widget bottom padding

This commit is contained in:
softsimon
2023-05-06 00:55:25 +04:00
parent 28568fb428
commit 5b2f061747
9 changed files with 6 additions and 6 deletions

View File

@@ -136,7 +136,6 @@
</tbody>
</table>
</div>
<br>
</div>

View File

@@ -10,6 +10,7 @@
padding: 0px 15px;
width: 100%;
height: calc(100% - 140px);
padding-bottom: 20px;
@media (max-width: 992px) {
height: calc(100% - 190px);
};