Fix MD Editor style

- Remove padding
- Remove border

Most of the stylings had been done within its React SimpleMDE Package
pull/333/head
Rafly Maulana 3 years ago
parent 2fead013b3
commit c38ac91acd
No known key found for this signature in database
GPG Key ID: 9AADAF05ED276842

@ -6,15 +6,12 @@
.field {
background: #fff;
border: 1px solid rgba(9, 30, 66, 0.13);
border-radius: 3px;
color: #17394d;
display: block;
font-size: 14px;
line-height: 1.5;
margin-bottom: 4px;
overflow: hidden;
padding: 8px 12px;
resize: none;
&:focus {

Loading…
Cancel
Save