浏览代码

Dashboard title on two lines if it is long

Storke 11 年之前
父节点
当前提交
ab34ed79de
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Resources/views/standard_layout.html.twig

+ 1 - 1
Resources/views/standard_layout.html.twig

@@ -83,7 +83,7 @@ file that was distributed with this source code.
                             <img src="{{ asset(admin_pool.titlelogo) }}" alt="{{ admin_pool.title }}">{% if 'both' == admin_pool.getOption('title_mode') %}&nbsp;{% endif %}
                         {% endif %}
                         {% if 'single_text' == admin_pool.getOption('title_mode') or 'both' == admin_pool.getOption('title_mode') %}
-                            {{ admin_pool.title }}
+                            <span>{{ admin_pool.title }}</span>
                         {% endif %}
                     </a>
                 {% endblock %}