Skip to content

Commit 27c62c6

Browse files
committed
fix: improve licence icon rendering
1 parent 03eb543 commit 27c62c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/LicenseDisplay.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const hasAnyValidLicense = computed(() => tokens.value.some(t => t.type === 'lic
2828
</template>
2929
<span
3030
v-if="hasAnyValidLicense"
31-
class="i-carbon-scales w-3.5 h-3.5 text-fg-subtle flex-shrink-0"
31+
class="i-carbon-scales w-3.5 h-3.5 text-fg-subtle flex-shrink-0 inline-block self-center"
3232
aria-hidden="true"
3333
/>
3434
</span>

0 commit comments

Comments
 (0)