Improved message editor appearance.

This commit is contained in:
Pierre 2018-01-14 19:15:34 +01:00
parent c7488d4031
commit b8a2e87991

View File

@ -4,6 +4,12 @@
* @author Pierre HUBERT
*/
.edit-post-modal {
.edit-post-modal .editor {
width: 100%;
min-height: 100px;
font-size: 14px;
line-height: 18px;
border: 1px solid #dddddd;
padding: 10px;
margin-bottom: 10px;
}