Skip to content
Snippets Groups Projects
Commit 3e98cf06 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: stretch inline fields to full height

parent 0e4ebd09
Branches
Tags
No related merge requests found
......@@ -43,8 +43,8 @@
:state="isSaving ? 'pending' : hasErrors ? 'failure' : 'success'"
/>
</div>
<div class="tw-flex tw-flex-col">
<div class="tw-grid tw-order-first">
<div class="tw-flex tw-flex-col" :class="{ 'tw-h-full': inline }">
<div class="tw-grid tw-order-first" :class="{ 'tw-h-full': inline }">
<slot v-bind="{ ...controlAttributes, disabled }" />
<slot name="iconLeft" :class="[iconClasses, 'tw-ml-2']" role="presentation" />
<slot name="iconRight" :class="[iconClasses, 'tw-mr-2']" role="presentation" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment