Commit 62c7c990 authored by Nick Kipling's avatar Nick Kipling

Added styles to support longer urls

parent 422bd337
......@@ -38,7 +38,7 @@ export default {
<ul class="content-list">
<li v-for="(item, index) in information" :key="index">
<span class="text-secondary">{{ item.label }}</span>
<div class="pull-right">
<div class="pull-right w-75 gl-text-right">
<gl-link v-if="item.type === 'link'" :href="item.value" target="_blank">
{{ item.value }}
</gl-link>
......
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