Skip to content

Commit

Permalink
fix: new conversation form select height floating
Browse files Browse the repository at this point in the history
  • Loading branch information
moeakwak committed Oct 16, 2023
1 parent ae9c050 commit 2ce1ce1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
v-model:value="newConversationInfo.model"
:options="availableModels"
:virtual-scroll="false"
:consistent-menu-width="false"
:render-label="renderModelSelectionLabel"
:render-option="renderModelSelectionOption"
>
<template #action>
<div class="my-1 flex flex-col justify-between">
<div class="my-1 h-23 w-100 lt-sm:max-w-70 flex flex-col justify-between">
<div class="mb-2 text-xs">
<span class="font-semibold">{{ t('commons.modelDescriptions') }}: </span>
{{
Expand Down

0 comments on commit 2ce1ce1

Please sign in to comment.