Commit 6c8013a3 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 16b00297 1b7c04e2
......@@ -70,7 +70,7 @@ export default {
</thead>
<tbody>
<tr v-for="item in repo.list" :key="item.tag">
<td>
<td class="monospace">
{{ item.tag }}
<clipboard-button
v-if="item.location"
......@@ -80,7 +80,9 @@ export default {
/>
</td>
<td>
<span v-gl-tooltip.bottom :title="item.revision">{{ item.shortRevision }}</span>
<span v-gl-tooltip.bottom class="monospace" :title="item.revision">{{
item.shortRevision
}}</span>
</td>
<td>
{{ formatSize(item.size) }}
......
---
title: Use monospace font for registry table tag id and tag name
merge_request: 24205
author:
type: other
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