diff options
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/pages/issuable.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss index d4b44004f4f..1c17d9e94ad 100644 --- a/app/assets/stylesheets/pages/issuable.scss +++ b/app/assets/stylesheets/pages/issuable.scss @@ -95,7 +95,7 @@ .cross-project-reference { color: $gl-link-color; - + span { white-space: nowrap; width: 85%; @@ -105,6 +105,10 @@ text-overflow: ellipsis; } + cite { + font-style: normal; + } + button { float: right; } |
