Commit 1b7c04e2 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'monospace-registry-tags' into 'master'

Use monospace font for registry table tag id and tag name

Closes #40956

See merge request gitlab-org/gitlab-ce!24205
parents c8ff1664 ace92229
......@@ -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