Commit ace92229 authored by Clement Ho's avatar Clement Ho Committed by Filipa Lacerda

Use monospace font for registry table tag id and tag name

parent c8ff1664
......@@ -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