Fix: Adjust chat line height. (#16021)

### What problem does this PR solve?

Fix: Adjust chat line height.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2026-06-15 16:53:45 +08:00
committed by GitHub
parent 417f805bd9
commit fa6d29603a
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
.markdownContentWrapper {
line-height: 1.8;
:global(details.think) {
padding-inline-start: 10px;
color: #8b8b8b;
@@ -22,7 +23,6 @@
border-inline-start: 2px solid #a3d5c9;
margin-bottom: 10px;
font-size: 12px;
summary {
cursor: pointer;
font-weight: 500;

View File

@@ -1,4 +1,5 @@
.markdownContentWrapper {
line-height: 1.8;
:global(details.think) {
padding-inline-start: 10px;
color: #8b8b8b;

View File

@@ -1097,7 +1097,7 @@ export const DataSourceFormFields = {
],
[DataSourceKey.BOX]: [
{
label: 'Box OAuth JSON',
label: 'Box OAuth Configuration',
name: 'config.credentials.box_tokens',
type: FormFieldType.Textarea,
required: true,