Skip to content

Commit

Permalink
Fix issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Apr 30, 2024
1 parent 3de46cf commit 596986b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions templates/setting_config_htmlblock.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,16 @@
Setting configtext.
}}

<style>
.row.htmlblock {
padding-bottom: 0.5rem;
}
.row.htmlblock:nth-of-type(2n+1) {
border-top: 1px solid #dee2e6;
border-bottom: 1px solid #dee2e6;
background-color: rgba(0,0,0,.03);
}
</style>
<input name="{{name}}" type="hidden" value="{{value}}">

<div class="{{name}}">
Expand Down

0 comments on commit 596986b

Please sign in to comment.