Correcting graph widget bottom padding

This commit is contained in:
softsimon 2023-05-06 00:55:25 +04:00
parent cb324733bf
commit 494ceca44e
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
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);
};

View File

@ -1,5 +1,5 @@
.container-graph {
padding: 0px 15px 60px;
padding: 0px 15px 10px;
}
.card-header {

View File

@ -20,4 +20,3 @@
</div>
</ng-container>
</div>
<br>

View File

@ -4,6 +4,9 @@
&.widget {
height: 250px;
}
&.graph {
margin-bottom: 20px;
}
}
.card-header {

View File

@ -54,5 +54,4 @@
</tbody>
</table>
</div>
<br>
</div>

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 {

View File

@ -114,5 +114,4 @@
</table>
</div>
</div>