summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/wells.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/wells.scss')
-rw-r--r--app/assets/stylesheets/framework/wells.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/wells.scss b/app/assets/stylesheets/framework/wells.scss
index 32eb750180f..1c1392f8f67 100644
--- a/app/assets/stylesheets/framework/wells.scss
+++ b/app/assets/stylesheets/framework/wells.scss
@@ -12,10 +12,14 @@
}
&.branch-info {
- .monospace,
+ .commit-sha,
.commit-info {
margin-left: 4px;
}
+
+ .ref-name {
+ font-size: 12px;
+ }
}
}