summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/generic/highlight.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/assets/stylesheets/generic/highlight.scss b/app/assets/stylesheets/generic/highlight.scss
index f8316caca97..4110bddf4f3 100644
--- a/app/assets/stylesheets/generic/highlight.scss
+++ b/app/assets/stylesheets/generic/highlight.scss
@@ -33,20 +33,21 @@
padding: 10px;
text-align: right;
float: left;
- width: 60px;
a {
font-family: $monospace_font;
display: block;
font-size: 12px !important;
line-height: 16px !important;
+ white-space: nowrap;
i {
- display: none;
+ visibility: hidden;
+ @extend .pull-left;
}
&:hover i {
- display: inline;
+ visibility: visible;
}
}
}