Fixied page layout

This commit is contained in:
2026-01-29 21:28:34 +01:00
parent 0fb47a4372
commit e4f71a11b1
+1 -1
View File
@@ -1895,7 +1895,7 @@ function mystat_single_activity_shortcode_handler( $atts ) {
.mystat-single-col { flex: 1; min-width: 240px; }
.mystat-single-summary-table { width: 100%; border-collapse: collapse; }
.mystat-single-summary-table th, .mystat-single-summary-table td { padding: 4px 0; border: none; text-align: left; vertical-align: top; }
.mystat-single-summary-table th { font-weight: bold; width: 150px; }
.mystat-single-summary-table th { font-weight: bold; padding-right: 1em; white-space: nowrap; width: 1%; }
</style>
<?php
return ob_get_clean();