mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-16 16:16:43 +10:00
Merge branch 'remove_artifact' into 'master'
Remove artifact
This commit 07a9d44de7 caused letter a to be shown 72 times when the commit is being edited, removed that.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user