Merge branch 'ent-11836-error-en-el-espaciado-general-de-la-consola-de-pandora' into 'develop'

Ent 11836 error en el espaciado general de la consola de pandora

See merge request artica/pandorafms!6314
This commit is contained in:
Rafael Ameijeiras 2023-08-04 12:55:05 +00:00
commit 7e7de8415e
2 changed files with 7 additions and 1 deletions

View File

@ -488,4 +488,10 @@ echo '</div>';
return height_logo + height_tabs + padding_menu + height_position;
}
});
<?php
if (get_user_language($config['id_user']) == 'es') {
?>
$('#icon_god-extensions').find('span').attr('style', 'white-space: nowrap;');
<?php } ?>
</script>

View File

@ -168,7 +168,7 @@
* {
font-size: 9pt;
line-height: 10pt;
line-height: 16pt;
}
html {