summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-17 14:09:00 +0100
committerPhil Hughes <me@iamphill.com>2016-06-17 14:09:00 +0100
commit673ae917f57655841d2a3607594dac27b6c2f0e8 (patch)
tree26422bb1a2863f36683f66445560dd9cf4130024
parentf011b86beb89557afdaf2b0ec5ae904d0be237d8 (diff)
downloadgitlab-ce-673ae917f57655841d2a3607594dac27b6c2f0e8.tar.gz
Fixed styling of commit box in new MR
Closes #18781
-rw-r--r--app/assets/stylesheets/pages/merge_requests.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/merge_requests.scss b/app/assets/stylesheets/pages/merge_requests.scss
index 53bff508c72..e67271adfb1 100644
--- a/app/assets/stylesheets/pages/merge_requests.scss
+++ b/app/assets/stylesheets/pages/merge_requests.scss
@@ -244,6 +244,10 @@
.panel-footer {
padding: 5px 10px;
+
+ .btn {
+ min-width: auto;
+ }
}
.commit {
@@ -252,9 +256,7 @@
}
.avatar {
- width: 20px;
- height: 20px;
- margin-right: 5px;
+ margin-left: 0;
}
.commit-row-info {