mirror of
https://github.com/toptal/haste-server.git
synced 2024-11-25 12:25:40 +01:00
Merge pull request #322 from sethsmoe/patch-1
remove 1px margin from textarea, fixes useless scrollbar
This commit is contained in:
commit
e9ae74b7a9
@ -17,6 +17,8 @@ textarea {
|
||||
outline: none;
|
||||
resize: none;
|
||||
font-size: 13px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* the line numbers */
|
||||
|
Loading…
Reference in New Issue
Block a user