Skip to content

Commit

Permalink
Remove margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Shigeki Ikeda committed May 14, 2024
1 parent 19cf7cf commit 5af8257
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tmpl/admin2023/cms/include/log_table.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ td.log-message > a.dropdown-toggle {
<mt:if name="log_detail">
<div id="log-detail-<mt:var name="id" escape="html">" class="collapse">
<div class="card card-block bg-light mt-2 p-2">
<pre class="pre-scrollable pb-4"><code><mt:var name="log_detail" escape="html"></code></pre>
<pre class="pre-scrollable pb-4 mb-0"><code><mt:var name="log_detail" escape="html"></code></pre>
</div>
</div>
</mt:if>
Expand Down
2 changes: 1 addition & 1 deletion tmpl/admin2023/cms/include/mt_log_list_props_message.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</a>
<div id="log-detail-<mt:var name="id">" class="collapse log-metadata detail">
<div class="card card-block bg-light mt-2 p-2">
<pre class="pre-scrollable pb-4"><code><mt:var name="desc"></code></pre>
<pre class="pre-scrollable pb-4 mb-0"><code><mt:var name="desc"></code></pre>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tmpl/cms/include/log_table.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ td.log-message {
<mt:if name="log_detail">
<div id="log-detail-<mt:var name="id" escape="html">" class="collapse">
<div class="card card-block bg-light mt-2 p-2">
<pre class="pre-scrollable pb-4"><code><mt:var name="log_detail" escape="html"></code></pre>
<pre class="pre-scrollable pb-4 mb-0"><code><mt:var name="log_detail" escape="html"></code></pre>
</div>
</div>
</mt:if>
Expand Down
2 changes: 1 addition & 1 deletion tmpl/cms/include/mt_log_list_props_message.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</a>
<div id="log-detail-<mt:var name="id">" class="collapse log-metadata detail">
<div class="card card-block bg-light mt-2 p-2">
<pre class="pre-scrollable pb-4"><code><mt:var name="desc"></code></pre>
<pre class="pre-scrollable pb-4 mb-0"><code><mt:var name="desc"></code></pre>
</div>
</div>
</div>
Expand Down

0 comments on commit 5af8257

Please sign in to comment.