diff options
| author | Robert Speicher <rspeicher@gmail.com> | 2016-01-13 21:21:57 -0500 |
|---|---|---|
| committer | Robert Speicher <rspeicher@gmail.com> | 2016-01-13 21:21:57 -0500 |
| commit | 481431b75d0ec81e5077f2dc7622910ad44e9145 (patch) | |
| tree | 100773472b9c63ef65c86f26831106d6b7b34cb3 /app/assets | |
| parent | 0e344aa2299d2f6911282de5d4808c70d658d372 (diff) | |
| download | gitlab-ce-481431b75d0ec81e5077f2dc7622910ad44e9145.tar.gz | |
Fix cross-project reference clipboard text
See https://gitlab.com/gitlab-org/gitlab-ce/issues/4183
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; } |
