Skip to content

Commit 0e28da9

Browse files
committed
style: use vertcal tw classes
1 parent a0e121c commit 0e28da9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

apps/site/components/Common/Searchbox/ChatMessage/index.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
@reference "../../../../styles/index.css";
22

33
.chatUserPrompt {
4-
@apply pb-3
5-
pt-3;
4+
@apply py-3;
65

76
p {
87
@apply max-w-2xl

apps/site/components/Common/Searchbox/ChatMessage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const ChatMessage: FC<ChatMessageProps> = ({ interaction }) => {
5454
tr: 'border-b border-white/10',
5555
h1: 'text-2xl font-bold mb-4 mt-6',
5656
h2: 'text-xl font-bold mb-3 mt-5',
57-
h3: 'text-lg font-extrabold mb-3 mt-3',
57+
h3: 'text-lg font-extrabold my-3',
5858
ul: 'list-disc pl-10 my-4',
5959
ol: 'list-decimal pl-4 my-4',
6060
li: 'mb-0 [&_p]:mb-0',

0 commit comments

Comments
 (0)