We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a6e1b commit 0290a02Copy full SHA for 0290a02
client/web/src/components/ChatBox/index.tsx
@@ -44,7 +44,7 @@ const ChatBoxInner: React.FC<ChatBoxProps> = React.memo((props) => {
44
}
45
46
return (
47
- <div className="w-full h-full flex flex-col select-text relative">
+ <div className="w-full h-full flex flex-col select-text relative text-sm">
48
<ChatMessageList
49
key={converseId}
50
title={converseTitle}
client/web/src/styles/global.less
@@ -1,5 +1,5 @@
1
html {
2
- font-size: 14px;
+ font-size: 16px;
3
4
5
body {
0 commit comments