fix(style): fix
This commit is contained in:
@@ -25,3 +25,42 @@ body {
|
||||
:-webkit-full-screen::backdrop {
|
||||
background: var(--mantine-color-body);
|
||||
}
|
||||
|
||||
.qa-preview-content {
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
color: var(--mantine-color-text);
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.qa-preview-content p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.qa-preview-content h1,
|
||||
.qa-preview-content h2,
|
||||
.qa-preview-content h3,
|
||||
.qa-preview-content h4,
|
||||
.qa-preview-content h5,
|
||||
.qa-preview-content h6 {
|
||||
margin: 0;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.qa-preview-content ul,
|
||||
.qa-preview-content ol {
|
||||
margin: 0;
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
.qa-preview-content pre,
|
||||
.qa-preview-content code {
|
||||
font-size: 12px;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.qa-preview-empty {
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user