choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
21 lines (20 loc) • 636 B
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
.c7n-pro-rich-text-preview {
width: 100%;
padding: 0.12rem 0.15rem;
overflow: scroll;
word-break: break-all;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.c7n-pro-rich-text-quill {
height: calc(100% - 0.42rem);
}
.c7n-pro-rich-text-quill .ql-container {
border-top: none ;
}
.c7n-pro-rich-text-wrapper {
height: 100%;
}