Unverified Commit e9ae74b7 authored by John Crepezzi's avatar John Crepezzi Committed by GitHub
Browse files

Merge pull request #322 from sethsmoe/patch-1

remove 1px margin from textarea, fixes useless scrollbar
parents c305e9a8 f6084b43
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 */