0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

put a min-width on the main container to cover up it not rendering very well when too many features are turned on etc etc etc

This commit is contained in:
David Goodwin 2020-10-01 21:01:31 +01:00
parent 712939eb88
commit aab725eaee

View File

@ -9,7 +9,7 @@
{include file='menu.tpl'}
{/if}
{/if}
<div class="container" role="main">
<div class="container" style="min-width: 1140px" role="main">
{if $authentication_has_role.user && $CONF.motd_user}
<div id="motd">{$CONF.motd_user}</div>
{elseif $authentication_has_role.global_admin && $CONF.motd_superadmin}