Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
3b6acaa5
Commit
3b6acaa5
authored
May 26, 2024
by
Timothy J. Baek
Browse files
fix: styling
parent
225ec3d1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/components/chat/Settings/Connections.svelte
src/lib/components/chat/Settings/Connections.svelte
+1
-1
No files found.
src/lib/components/chat/Settings/Connections.svelte
View file @
3b6acaa5
...
...
@@ -86,7 +86,7 @@
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}
<div class=" space-y-3">
<div class="mt-2 space-y-2 pr-1.5">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment