fix: expand input for butterball theme
This commit is contained in:
parent
735327e46b
commit
19e65f5bb9
|
@ -4,7 +4,7 @@
|
|||
<%def name="form_content()">
|
||||
|
||||
<h3 class="block is-size-3">General</h3>
|
||||
<div class="block" style="padding-left: 2rem;">
|
||||
<div class="block" style="padding-left: 2rem; width: 50%;">
|
||||
|
||||
<b-field message="If set, grid links are to Personal tab of Profile view.">
|
||||
<b-checkbox name="rattail.people.straight_to_profile"
|
||||
|
@ -28,8 +28,8 @@
|
|||
message="Leave blank for default handler.">
|
||||
<b-input name="rattail.people.handler"
|
||||
v-model="simpleSettings['rattail.people.handler']"
|
||||
@input="settingsNeedSaved = true">
|
||||
</b-input>
|
||||
@input="settingsNeedSaved = true"
|
||||
expanded />
|
||||
</b-field>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue