Skip to content

Commit d99f179

Browse files
authored
Update text area styles
1 parent 11a5783 commit d99f179

1 file changed

Lines changed: 5 additions & 22 deletions

File tree

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,9 @@
11
.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-
border-color: #ccc;
13-
box-shadow: none;
14-
}
15-
16-
.cke_bottom {
17-
background: @white;
18-
border-color: #ccc;
19-
}
2+
.ck.ck-editor {
3+
width: 93% !important;
204

21-
.cke_toolgroup {
22-
background-image: none;
23-
background: @white;
24-
border-color: #ccc;
5+
.ck.ck-content {
6+
min-height: 200px !important;
7+
}
258
}
269
}

0 commit comments

Comments
 (0)