Use full width of config setting.
This commit is contained in:
parent
d2ba6d1f22
commit
845b87ceb0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<h2><%- @T( @setting.title ) %></h2>
|
<h2><%- @T( @setting.title ) %></h2>
|
||||||
<p class="help-text"><%- @RichText( @setting.description ) %></p>
|
<p class="help-text"><%- @RichText( @setting.description ) %></p>
|
||||||
<div class="horizontal end">
|
<div class="horizontal end">
|
||||||
<div class="form-item"></div>
|
<div class="form-item flex"></div>
|
||||||
<button type="submit" class="btn btn--primary"><%- @T( 'Submit' ) %></button>
|
<button type="submit" class="btn btn--primary"><%- @T( 'Submit' ) %></button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
Loading…
Reference in a new issue