remove 1px margin from textarea, fixes useless scrollbar

master
epdn 5 years ago committed by GitHub
parent 9b0a5ff0a3
commit f6084b4339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      static/application.css

@ -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 */

Loading…
Cancel
Save