summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-07 15:18:07 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-07 15:18:07 -0500
commit60aedb46d9e6d6c084ddfdc62805b7b1031fbea5 (patch)
treefa3bf10ba139377cff60f432c19c53d4fde55c7f /app/assets
parent90510f00376591f3adc4719f8a9fbc6434388480 (diff)
downloadgitlab-ce-60aedb46d9e6d6c084ddfdc62805b7b1031fbea5.tar.gz
adds reference to the bottom of sidebar
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 9da273a0b6b..81925283f11 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -94,8 +94,16 @@
}
.cross-project-reference {
- font-weight: bold;
color: $gl-link-color;
+
+ span {
+ white-space: nowrap;
+ width: 80%;
+ overflow: hidden;
+ position: relative;
+ display: inline-block;
+ text-overflow: ellipsis;
+ }
button {
float: right;