NEZ-2709 feat: Integration Configuration 样式修改

This commit is contained in:
likexuan
2023-03-17 14:26:12 +08:00
parent 0a4423e29a
commit 02ab674250
2 changed files with 11 additions and 2 deletions

View File

@@ -143,6 +143,7 @@
letter-spacing: 0;
line-height: 16px;
font-weight: 400;
word-break: keep-all;
}
}
}
@@ -258,6 +259,14 @@
word-break: break-word;
white-space: pre-wrap;
}
blockquote{
font-size: 13px;
font-weight: 600;
padding: 3px 15px;
border: 1px solid $--border-color-light;
margin-bottom: -1px;
background: $--alert-rule-background-color;
}
}
.integration-dashboard{