diff --git a/rhodecode/public/css/main.less b/rhodecode/public/css/main.less
--- a/rhodecode/public/css/main.less
+++ b/rhodecode/public/css/main.less
@@ -367,26 +367,23 @@ ul.auth_plugins {
}
.pr-mergeinfo {
- clear: both;
- margin: .5em 0;
-
- input {
- min-width: 100% !important;
+ min-width: 95% !important;
padding: 0 !important;
border: 0;
- }
+}
+.pr-mergeinfo-copy {
+ padding: 0 0;
}
.pr-pullinfo {
- clear: both;
- margin: .5em 0;
-
- input {
- min-width: 100% !important;
+ min-width: 95% !important;
padding: 0 !important;
border: 0;
- }
}
+.pr-pullinfo-copy {
+ padding: 0 0;
+}
+
#pr-title-input {
width: 72%;
diff --git a/rhodecode/templates/pullrequests/pullrequest_show.mako b/rhodecode/templates/pullrequests/pullrequest_show.mako
--- a/rhodecode/templates/pullrequests/pullrequest_show.mako
+++ b/rhodecode/templates/pullrequests/pullrequest_show.mako
@@ -89,13 +89,17 @@
${h.show_id(c.ancestor_commit)}
% endif
-