diff --git a/moje-statystyki.php b/moje-statystyki.php index 9874162..9b03c08 100644 --- a/moje-statystyki.php +++ b/moje-statystyki.php @@ -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%; }