We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a5783 commit d99f179Copy full SHA for d99f179
1 file changed
frontend/src/modules/scaffold/less/textArea.less
@@ -1,26 +1,9 @@
1
.field-editor {
2
- .cke_chrome {
3
- border-color: #ccc;
4
- border-radius: 2px;
5
- overflow: hidden;
6
- box-shadow: none;
7
- width: 93%;
8
- }
9
-
10
- .cke_top {
11
- background: #eee;
12
13
14
15
16
- .cke_bottom {
17
- background: @white;
18
19
+ .ck.ck-editor {
+ width: 93% !important;
20
21
- .cke_toolgroup {
22
- background-image: none;
23
24
+ .ck.ck-content {
+ min-height: 200px !important;
+ }
25
}
26
0 commit comments