Commit 9f3a5970 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #7483 from cirosantilli/commit-area-resize-vertical

Restrict commit area resize to vertical.
parents 7e0bd5df 52d0ae32
......@@ -244,6 +244,7 @@ li.commit {
font-family: inherit;
padding-left: $left;
position: relative;
resize: vertical;
z-index: 2;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment