Unverified Commit f6084b43 authored by epdn's avatar epdn Committed by GitHub
Browse files

remove 1px margin from textarea, fixes useless scrollbar

parent 9b0a5ff0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ textarea {
	outline: none;
	resize: none;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 0;
}

/* the line numbers */