Fixed: Markdown editor CSS padding

This commit is contained in:
Lucas Bartholemy 2016-02-27 16:04:29 +01:00
parent 7b47970032
commit 95de5c41b7

View File

@ -19,6 +19,9 @@
border-bottom: none;
}
.md-editor textarea {
padding:10px;
}
.md-editor > textarea:focus {
border: 0;