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
3823908f
Commit
3823908f
authored
Mar 06, 2024
by
Firat Birlik
Browse files
fix: numbered lists with an additional line between items are rendered incorrectly
parent
bb98c10a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/app.css
src/app.css
+4
-0
No files found.
src/app.css
View file @
3823908f
...
@@ -43,6 +43,10 @@ ol > li {
...
@@ -43,6 +43,10 @@ ol > li {
font-weight
:
400
;
font-weight
:
400
;
}
}
li
p
{
display
:
inline
;
}
::-webkit-scrollbar-thumb
{
::-webkit-scrollbar-thumb
{
--tw-border-opacity
:
1
;
--tw-border-opacity
:
1
;
background-color
:
rgba
(
217
,
217
,
227
,
0.8
);
background-color
:
rgba
(
217
,
217
,
227
,
0.8
);
...
...
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