Merge pull request #2072 from acs-ferreira/patch-5

Add padding to Markdown Editor Textarea
This commit is contained in:
buddha87 2016-11-04 12:13:02 +01:00 committed by GitHub
commit 0d796612c6

View File

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