Merge pull request #2488 from pascalandr/fix/856-question-markdown
fix(chat): render question prompts as markdown
This commit is contained in:
@@ -41,6 +41,10 @@
|
||||
font-size: var(--text-code) !important;
|
||||
}
|
||||
|
||||
:root.mobile-pointer:not(.desktop-runtime) .question-markdown > .markdown-content.markdown-tool {
|
||||
font-size: inherit !important;
|
||||
}
|
||||
|
||||
/* Improve touch targets for mobile */
|
||||
:root.mobile-pointer:not(.desktop-runtime) button:not([role="radio"]):not([role="checkbox"]):not([role="switch"]),
|
||||
:root.mobile-pointer:not(.desktop-runtime) .btn,
|
||||
|
||||
Reference in New Issue
Block a user