Skip to content

Commit 8af1a8d

Browse files
authored
fix: reasoning whitespace css overrides (#656)
Signed-off-by: Bob Du <i@bobdu.cc>
1 parent d7ce9a5 commit 8af1a8d

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

src/views/chat/components/Message/Reasoning.vue

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -135,44 +135,4 @@ function toggleCollapse() {
135135

136136
<style lang="less">
137137
@import url(./style.less);
138-
139-
.prose {
140-
code {
141-
background-color: rgba(209,213,219,0.3);
142-
padding: .2em .4em;
143-
margin: 0;
144-
font-size: 85%;
145-
border-radius: 3px;
146-
}
147-
pre {
148-
background-color: rgba(229,231,235,1);
149-
color: rgba(55,65,81,1);
150-
padding: 0.75rem;
151-
border-radius: 0.25rem;
152-
overflow-x: auto;
153-
code {
154-
background-color: transparent;
155-
padding: 0;
156-
margin: 0;
157-
font-size: inherit;
158-
border-radius: 0;
159-
color: inherit;
160-
}
161-
}
162-
}
163-
.dark .prose {
164-
color: rgba(209,213,219,1);
165-
code {
166-
background-color: rgba(55,65,81,0.5);
167-
color: rgba(229,231,235,1);
168-
}
169-
pre {
170-
background-color: rgba(31,41,55,1);
171-
color: rgba(229,231,235,1);
172-
}
173-
}
174-
175-
.whitespace-pre-wrap {
176-
white-space: normal;
177-
}
178138
</style>

0 commit comments

Comments
 (0)