]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.html.erb
Fix overlapping slogan (i18n)
[rails.git] / app / views / layouts / site.html.erb
index 1d23aba0d9a625e1b2055b21d7e94cb499faad47..9cf48c55ac95be27416d2fcb067ee5728efa7e1e 100644 (file)
@@ -13,7 +13,7 @@
           :alt => t('layouts.logo.alt_text')),
           root_path) %>
         <h1><%= t 'layouts.project_name.h1' %></h1>
-        <h2 class="nowrap"><%= t('layouts.tag_line') %></h2>
+        <h2><%= t('layouts.tag_line') %></h2>
       </div>
       <%= yield :optionals %>
       <% unless @user %>