Remove nowrap

This commit is contained in:
Daniel Goerlich
2021-06-09 21:56:55 +02:00
parent a45a01d3dc
commit 6c033c5764
@@ -1924,6 +1924,7 @@ global $params;
} }
?> ?>
<!-- Gruppentabelle mit Ergebnissen -->
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"> <tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th> <th><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th>
@@ -2191,8 +2192,8 @@ global $params;
?> ?>
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"> <tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th> <th><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th>
<th nowrap align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_TEAM'); ?></strong></th> <th align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_TEAM'); ?></strong></th>
</tr> </tr>
<?php <?php