Merge branch 'CorentinTh:main' into folk-new
This commit is contained in:
		
						commit
						2497f785ff
					
				| @ -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> | ||||||
|  | |||||||
| @ -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 }}) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user