mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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:
commit
7e7de8415e
@ -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>
|
@ -168,7 +168,7 @@
|
||||
|
||||
* {
|
||||
font-size: 9pt;
|
||||
line-height: 10pt;
|
||||
line-height: 16pt;
|
||||
}
|
||||
|
||||
html {
|
||||
|
Loading…
x
Reference in New Issue
Block a user