"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "e8904ac3f7f63bbcdd7facd82f51338b26027fb8"
Commit 3b6acaa5 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: styling

parent 225ec3d1
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
dispatch('save'); dispatch('save');
}} }}
> >
<div class=" pr-1.5 overflow-y-scroll max-h-[25rem] space-y-3"> <div class="space-y-3 pr-1.5 overflow-y-scroll h-[24rem] max-h-[25rem]">
{#if ENABLE_OPENAI_API !== null && ENABLE_OLLAMA_API !== null} {#if ENABLE_OPENAI_API !== null && ENABLE_OLLAMA_API !== null}
<div class=" space-y-3"> <div class=" space-y-3">
<div class="mt-2 space-y-2 pr-1.5"> <div class="mt-2 space-y-2 pr-1.5">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment