Restrict commit area resize to vertical.
This commit is contained in:
parent
593b6674e1
commit
52d0ae32b0
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ li.commit {
|
|||
font-family: inherit;
|
||||
padding-left: $left;
|
||||
position: relative;
|
||||
resize: vertical;
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue