We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306a2e7 commit 25ccef8Copy full SHA for 25ccef8
1 file changed
resources/js/components/inputs/relationship/Selector.vue
@@ -3,6 +3,7 @@
3
<div class="flex h-full min-h-0 flex-col">
4
<Listing
5
v-if="filters != null && view === 'list'"
6
+ class="flex flex-1 flex-col min-h-0"
7
:url="selectionsUrl"
8
:filters="filters"
9
:max-selections="maxSelections"
@@ -100,7 +101,7 @@
100
101
</div>
102
</template>
103
- <footer class="flex items-center justify-between border-t dark:border-gray-900 bg-gray-100 dark:bg-gray-800 p-4 rounded-es-xl">
104
+ <footer class="flex shrink-0 items-center justify-between border-t dark:border-gray-900 bg-gray-100 dark:bg-gray-800 p-4 rounded-es-xl">
105
<ui-badge
106
v-text="
107
hasMaxSelections
0 commit comments