remove nowrap

This commit is contained in:
Daniel Goerlich
2021-06-09 22:14:07 +02:00
parent 5fa747c9d7
commit 6edbc4af05
@@ -2412,7 +2412,7 @@ global $params;
?>
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_TEAM_NAME'); ?></strong></th>
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_TEAM_NAME'); ?></strong></th>
<?php
if ($wettbewerb_anzeigen) {
?>