🎨 Improve code formatting and consistency in ApiVersionSelector component
This commit is contained in:
@@ -61,7 +61,8 @@
|
||||
✓ USER scope - tournaments you created or administer
|
||||
</div>
|
||||
<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>
|
||||
@@ -134,7 +135,7 @@ defineEmits(['update:modelValue', 'update:perPage', 'update:scope']);
|
||||
background: rgba(102, 126, 234, 0.1);
|
||||
}
|
||||
|
||||
.radio-option input[type="radio"] {
|
||||
.radio-option input[type='radio'] {
|
||||
cursor: pointer;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
|
||||
Reference in New Issue
Block a user