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
917ab08f
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "1bc96de62041d03b69689e803acd28847f55a185"
Commit
917ab08f
authored
Jan 22, 2024
by
Timothy J. Baek
Browse files
fix: code block styling
parent
9c72f4da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/components/chat/Messages/CodeBlock.svelte
src/lib/components/chat/Messages/CodeBlock.svelte
+1
-1
No files found.
src/lib/components/chat/Messages/CodeBlock.svelte
View file @
917ab08f
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<div class="mb-4">
<div class="mb-4">
<div
<div
class="flex justify-between bg-[#202123] text-white text-xs px-4 pt-1 rounded-t-lg overflow-x-auto"
class="flex justify-between bg-[#202123] text-white text-xs px-4 pt-1
pb-0.5
rounded-t-lg overflow-x-auto"
>
>
<div class="p-1">{lang}</div>
<div class="p-1">{lang}</div>
<button class="copy-code-button bg-none border-none p-1" on:click={copyCode}
<button class="copy-code-button bg-none border-none p-1" on:click={copyCode}
...
...
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