Commit b6f3f62667c20085d7158d5902bf4e81bf7ec515

Authored by Dmitriy Zaporozhets
2 parents a5208596 da37a251

Merge branch 'remove_artifact' into 'master'

Remove artifact

This commit 07a9d44de7a54b2cd1bffd9fcc830f7b2a03b549 caused letter a to be shown 72 times when the commit is being edited, removed that.
app/assets/stylesheets/generic/forms.scss
... ... @@ -82,6 +82,7 @@ label {
82 82 font-family: $monospace_font;
83 83 $left: 12px;
84 84 .max-width-marker {
  85 + width: 72ch;
85 86 color: rgba(0, 0, 0, 0.0);
86 87 font-family: inherit;
87 88 left: $left;
... ...
app/views/shared/_commit_message_container.html.haml
1 1 .commit-message-container
2 2 .max-width-marker
3   - -# When the `ch` CSS length unit becomes widely supported `http://www.quirksmode.org/css/units-values` remove this workaround.
4   - = 'a' * 72
5 3 = textarea
... ...