Commit 902ecdf7 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'border-radius-fixx' into 'master'

Border radius fixx

Fixes the border radius in the description box.

See merge request !1416
parents e3987bb6 54f94322
......@@ -4,6 +4,7 @@
.issue-form, .merge-request-form, .wiki-form {
.description {
height: 20em;
border-top-left-radius: 0;
}
}
......@@ -17,4 +18,4 @@
.description {
height: 14em;
}
}
\ No newline at end of file
}
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