Commit f7f0b0dc authored by Simon Knox's avatar Simon Knox

Fix comments cutting off the left side of wide characters

Autosize JS sets overflow hidden on textarea, the combination
of 0 x padding and monospace font caused some slight clipping

Changelog: fixed
parent 9cc75d7a
......@@ -37,7 +37,7 @@
.note-textarea {
display: block;
padding: 10px 0;
padding: 10px 1px;
color: $gl-text-color;
font-family: $regular-font;
border: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment