Commit d3165ce0 authored by peterhegman's avatar peterhegman

Prevent "GitLab Team Member" badge from wrapping

Add `white-space: nowrap` to prevent badge from wrapping to a new line
on mobile
parent 3e72f6f8
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
{{ __('Opened') }} {{ __('Opened') }}
<timeago-tooltip :time="created" /> <timeago-tooltip :time="created" />
{{ __('by') }} {{ __('by') }}
<strong> <strong class="text-nowrap">
<user-avatar-link <user-avatar-link
:link-href="author.url" :link-href="author.url"
:img-src="author.src" :img-src="author.src"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment