Add padding to Markdown Editor Textarea

This commit is contained in:
Carlos Ferreira 2016-11-03 19:02:51 +00:00 committed by GitHub
parent 8e7932cbea
commit 937c8bb216

View File

@ -2869,6 +2869,10 @@ img.bounceIn {
border: 2px solid @info !important;
}
.md-editor textarea {
padding: 10px !important;
}
//
// Responsive modifications
// --------------------------------------------------