1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-01 03:21:21 +00:00

Merge pull request #322 from sethsmoe/patch-1

remove 1px margin from textarea, fixes useless scrollbar
This commit is contained in:
John Crepezzi 2020-09-22 15:42:35 -04:00 committed by GitHub
commit e9ae74b7a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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