text-warp to white-space

This commit is contained in:
Jonathan 2023-08-04 14:04:08 +02:00
parent e5f72058a7
commit 7eb8dccc44

@ -492,6 +492,6 @@ echo '</div>';
<?php
if (get_user_language($config['id_user']) == 'es') {
?>
$('#icon_god-extensions').find('span').attr('style', 'text-wrap: nowrap;');
$('#icon_god-extensions').find('span').attr('style', 'white-space: nowrap;');
<?php } ?>
</script>