choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
25 lines (19 loc) • 390 B
text/less
@import '../../../../lib/style/themes/default';
.@{c7n-pro-prefix}-rich-text {
&-preview {
width: 100%;
padding: 0.12rem 0.15rem;
overflow: scroll;
word-break: break-all;
border: 1px solid @input-border-color;
}
&-quill {
height: calc(100% - 0.42rem);
.ql-container {
border-top: none ;
}
}
&-wrapper {
height: 100%;
}
}