Commit 52d0ae32 authored by Ciro Santilli's avatar Ciro Santilli

Restrict commit area resize to vertical.

parent 593b6674
...@@ -244,6 +244,7 @@ li.commit { ...@@ -244,6 +244,7 @@ li.commit {
font-family: inherit; font-family: inherit;
padding-left: $left; padding-left: $left;
position: relative; position: relative;
resize: vertical;
z-index: 2; 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