summaryrefslogtreecommitdiff
path: root/app/views/shared/_commit_message_container.html.haml
diff options
context:
space:
mode:
authorCiro Santillli <ciro.santilli@gmail.com>2014-02-22 20:27:23 +0100
committerCiro Santilli <ciro.santilli@gmail.com>2014-04-16 21:55:36 +0200
commit07a9d44de7a54b2cd1bffd9fcc830f7b2a03b549 (patch)
treec4ba6b94e3d4896f4c6955546d6cb90abe8efa82 /app/views/shared/_commit_message_container.html.haml
parent9b52affe31f2496fb10ae1d90b21f42ed173b7dc (diff)
downloadgitlab-ce-07a9d44de7a54b2cd1bffd9fcc830f7b2a03b549.tar.gz
Commit message textareas have 72 char mark line.
Diffstat (limited to 'app/views/shared/_commit_message_container.html.haml')
-rw-r--r--app/views/shared/_commit_message_container.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/shared/_commit_message_container.html.haml b/app/views/shared/_commit_message_container.html.haml
new file mode 100644
index 00000000000..cca7a0efc9b
--- /dev/null
+++ b/app/views/shared/_commit_message_container.html.haml
@@ -0,0 +1,5 @@
+.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