29.05.2016, 22:57
wersja skryptu MyBB: 1.8.7
adres forum: http://polscy-youtuberzy.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Flatty
Witam, w opisie profilu przy dłuższych tekstach tekst jest łamany. Usunąłem word-wrap z global.css i nic.
O to szablon member_profile_customfields:
adres forum: http://polscy-youtuberzy.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Flatty
Witam, w opisie profilu przy dłuższych tekstach tekst jest łamany. Usunąłem word-wrap z global.css i nic.
Kod:
word-wrap: break-word
O to szablon member_profile_customfields:
Kod:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed">
<colgroup>
<col style="width: 30%;" />
</colgroup>
<tr>
<td colspan="2" class="thead"><strong>{$lang->users_additional_info}</strong></td>
</tr>
{$customfields}
<tr>
<td class="trow2" style="width: 30%; word-break: normal;"><strong><i class="fa fa-birthday-cake box_profile bradius-fifty"></i> Data urodzenia: </strong></td>
<td class="trow2" style="text-align: right;">{$membday} {$membdayage}</td>
</tr>
</table>
<br />