Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-03 18:27:00 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-03 18:27:00 +0400
commitb6f3f62667c20085d7158d5902bf4e81bf7ec515 (patch)
treeff9629964ef1931f9135fbe162d509b74131f8a1 /app
parenta5208596f4fa66706674dfd87a8a28bfa3cd8b23 (diff)
parentda37a251f9f6a794c696cbc6afc8b2b04443fbeb (diff)
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.
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/generic/forms.scss1
-rw-r--r--app/views/shared/_commit_message_container.html.haml2
2 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/generic/forms.scss b/app/assets/stylesheets/generic/forms.scss
index bd9d4bceb83..5258acca466 100644
--- a/app/assets/stylesheets/generic/forms.scss
+++ b/app/assets/stylesheets/generic/forms.scss
@@ -82,6 +82,7 @@ label {
font-family: $monospace_font;
$left: 12px;
.max-width-marker {
+ width: 72ch;
color: rgba(0, 0, 0, 0.0);
font-family: inherit;
left: $left;
diff --git a/app/views/shared/_commit_message_container.html.haml b/app/views/shared/_commit_message_container.html.haml
index cca7a0efc9b..4365947e701 100644
--- a/app/views/shared/_commit_message_container.html.haml
+++ b/app/views/shared/_commit_message_container.html.haml
@@ -1,5 +1,3 @@
.commit-message-container
.max-width-marker
- -# When the `ch` CSS length unit becomes widely supported `http://www.quirksmode.org/css/units-values` remove this workaround.
- = 'a' * 72
= textarea