mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 17:41:24 +02:00
[ticket/10699] Long h2 title breaks div.minitabs in MCP
Fixed minor issues in formatting. PHPBB3-10699
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<!-- INCLUDE mcp_header.html -->
|
||||
|
||||
<div class="tabs-container">
|
||||
<h2><a href="{U_VIEW_TOPIC}">{L_TOPIC}: {TOPIC_TITLE}</a></h2>
|
||||
|
||||
@@ -36,6 +37,7 @@ onload_functions.push('subPanels()');
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form id="mcp" method="post" action="{S_MCP_ACTION}">
|
||||
|
||||
<div class="panel">
|
||||
|
@@ -106,7 +106,6 @@ ul.cplist {
|
||||
|
||||
.tabs-container h2 {
|
||||
float: left;
|
||||
white-space: nowrap;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user