Move coral rte to talk-plugin-rich-text

This commit is contained in:
Chi Vinh Le
2018-03-21 13:45:29 +01:00
parent 44b5a122c5
commit bd2fcf837a
17 changed files with 2 additions and 14 deletions
@@ -0,0 +1,12 @@
.contentEditable {
background: #fff;
border: solid 1px #bbb;
min-height: 120px;
box-sizing: border-box;
outline: 0;
overflow-y: auto;
width: 100%;
padding: 10px;
font-style: unset;
}