summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-10-05 12:17:34 +0100
committerFilipa Lacerda <filipa@gitlab.com>2016-10-05 12:17:34 +0100
commitc7afe1e5790c71965366e26ed38234654ef81a60 (patch)
tree22df8d0e433cf8c1d0f104fdfeaf65ff84844bd8 /app/assets/stylesheets/pages
parent5e1c986b7da3ede00d50990689fbefb58328ca65 (diff)
downloadgitlab-ce-c7afe1e5790c71965366e26ed38234654ef81a60.tar.gz
Adds reference to the merge request in the commit column
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/environments.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss
index bf863632689..0a7d3235d85 100644
--- a/app/assets/stylesheets/pages/environments.scss
+++ b/app/assets/stylesheets/pages/environments.scss
@@ -39,4 +39,10 @@
width: 20px;
text-align: center;
}
+
+ .branch-commit {
+ .commit-id {
+ margin-right: 0px;
+ }
+ }
}