🎨 Improve code formatting and consistency in ApiVersionSelector component

This commit is contained in:
2026-01-29 05:12:58 +00:00
parent ec1e1f794b
commit 8d9b5125cc

View File

@@ -61,7 +61,8 @@
USER scope - tournaments you created or administer USER scope - tournaments you created or administer
</div> </div>
<div class="info-badge warning" v-else> <div class="info-badge warning" v-else>
APPLICATION scope requires a client-credentials token with application:manage APPLICATION scope requires a client-credentials token with
application:manage
</div> </div>
</div> </div>
</div> </div>
@@ -134,7 +135,7 @@ defineEmits(['update:modelValue', 'update:perPage', 'update:scope']);
background: rgba(102, 126, 234, 0.1); background: rgba(102, 126, 234, 0.1);
} }
.radio-option input[type="radio"] { .radio-option input[type='radio'] {
cursor: pointer; cursor: pointer;
width: 18px; width: 18px;
height: 18px; height: 18px;