fix: expand input for butterball theme

This commit is contained in:
Lance Edgar 2024-07-05 13:07:08 -05:00
parent 735327e46b
commit 19e65f5bb9

View file

@ -4,7 +4,7 @@
<%def name="form_content()"> <%def name="form_content()">
<h3 class="block is-size-3">General</h3> <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-field message="If set, grid links are to Personal tab of Profile view.">
<b-checkbox name="rattail.people.straight_to_profile" <b-checkbox name="rattail.people.straight_to_profile"
@ -28,8 +28,8 @@
message="Leave blank for default handler."> message="Leave blank for default handler.">
<b-input name="rattail.people.handler" <b-input name="rattail.people.handler"
v-model="simpleSettings['rattail.people.handler']" v-model="simpleSettings['rattail.people.handler']"
@input="settingsNeedSaved = true"> @input="settingsNeedSaved = true"
</b-input> expanded />
</b-field> </b-field>
</div> </div>