Skip to content

Commit

Permalink
fix: Aligning in Custom pointers to chain names (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
janmichek committed Mar 20, 2024
1 parent ee5a6eb commit 6d49a4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/NamePointersCustomPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<tr
v-for="(pointer, index) in name.customPointers"
:key="index">
<th>{{ pointer.key }}</th>
<td>{{ pointer.key }}</td>
<td>
<value-hash-ellipsed
:hash="pointer.pointer"
Expand All @@ -46,6 +46,7 @@ const { name } = storeToRefs(useNameDetailsStore())
.name-pointers-custom-panel {
&__header {
padding: var(--space-1) 0;
border-bottom: 1px solid var(--color-midnight-25);
}
}
</style>

0 comments on commit 6d49a4c

Please sign in to comment.