remove 1px margin from textarea, fixes useless scrollbar

This commit is contained in:
epdn
2020-05-18 09:34:57 +01:00
committed by GitHub
parent 9b0a5ff0a3
commit f6084b4339

View File

@@ -17,6 +17,8 @@ textarea {
outline: none;
resize: none;
font-size: 13px;
margin-top: 0;
margin-bottom: 0;
}
/* the line numbers */