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,6 +82,7 @@ label {
82 font-family: $monospace_font; 82 font-family: $monospace_font;
83 $left: 12px; 83 $left: 12px;
84 .max-width-marker { 84 .max-width-marker {
  85 + width: 72ch;
85 color: rgba(0, 0, 0, 0.0); 86 color: rgba(0, 0, 0, 0.0);
86 font-family: inherit; 87 font-family: inherit;
87 left: $left; 88 left: $left;
app/views/shared/_commit_message_container.html.haml
1 .commit-message-container 1 .commit-message-container
2 .max-width-marker 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 = textarea 3 = textarea