diff --git a/web/screens/Hub/ModelPage/index.tsx b/web/screens/Hub/ModelPage/index.tsx index bdaed7028..a3c883fa5 100644 --- a/web/screens/Hub/ModelPage/index.tsx +++ b/web/screens/Hub/ModelPage/index.tsx @@ -51,7 +51,7 @@ const ModelPage = ({ model, onGoBack }: Props) => { >
-
+
+
-
- - + )} +
+
+
+
Chat Width
+
+

+ Choose the width of the chat area to customize your conversation + view. +

-
- )} -
-
-
-
Chat Width
-
-

- Choose the width of the chat area to customize your conversation - view. -

-
-
-
- {chatWidthOption.map((option) => { - return ( -
-
+
+
+
+
+
Spell Check
+
+

+ Turn on to enable spell check. +

+
+
+ setSpellCheck(e.target.checked)} + /> +
+
+
+
+
+
Scrolling Bar
+
+

+ Turn on to make scrolling bar visible across windows. +

+
+
+ setShowScrollBar(e.target.checked)} + />
-
-
-
-
Spell Check
-
-

- Turn on to enable spell check. -

-
-
- setSpellCheck(e.target.checked)} - /> -
-
-
-
-
-
Scrolling Bar
-
-

- Turn on to make scrolling bar visible across windows. -

-
-
- setShowScrollBar(e.target.checked)} - /> -
-
-
+ ) } diff --git a/web/styles/components/marked.scss b/web/styles/components/marked.scss index 83b885e39..36faf10a6 100644 --- a/web/styles/components/marked.scss +++ b/web/styles/components/marked.scss @@ -100,6 +100,9 @@ list-style-position: inside; li { line-height: 2; + p { + display: inline; + } } } }