We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03eb543 commit 27c62c6Copy full SHA for 27c62c6
1 file changed
app/components/LicenseDisplay.vue
@@ -28,7 +28,7 @@ const hasAnyValidLicense = computed(() => tokens.value.some(t => t.type === 'lic
28
</template>
29
<span
30
v-if="hasAnyValidLicense"
31
- class="i-carbon-scales w-3.5 h-3.5 text-fg-subtle flex-shrink-0"
+ class="i-carbon-scales w-3.5 h-3.5 text-fg-subtle flex-shrink-0 inline-block self-center"
32
aria-hidden="true"
33
/>
34
</span>
0 commit comments