1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-09 07:25:18 +02:00

Merge branch 'CorentinTh:main' into folk-new

This commit is contained in:
Avnit Bambah 2024-06-18 19:08:19 -07:00 committed by GitHub
commit 2497f785ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ const output = computed(() => transformer.value(input.value));
monospace monospace
/> />
<div> <div overflow-auto>
<div mb-5px> <div mb-5px>
{{ outputLabel }} {{ outputLabel }}
</div> </div>

View file

@ -39,7 +39,7 @@ const validation = useValidation({
{{ section.title }} {{ section.title }}
</th> </th>
<tr v-for="{ claim, claimDescription, friendlyValue, value } in decodedJWT[section.key]" :key="claim + value"> <tr v-for="{ claim, claimDescription, friendlyValue, value } in decodedJWT[section.key]" :key="claim + value">
<td class="claims"> <td class="claims" style="vertical-align: top;">
<span font-bold> <span font-bold>
{{ claim }} {{ claim }}
</span> </span>
@ -47,7 +47,7 @@ const validation = useValidation({
({{ claimDescription }}) ({{ claimDescription }})
</span> </span>
</td> </td>
<td> <td style="word-wrap: break-word;word-break: break-all;">
<span>{{ value }}</span> <span>{{ value }}</span>
<span v-if="friendlyValue" ml-2 op-70> <span v-if="friendlyValue" ml-2 op-70>
({{ friendlyValue }}) ({{ friendlyValue }})