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 | ||||
|   /> | ||||
| 
 | ||||
|   <div> | ||||
|   <div overflow-auto> | ||||
|     <div mb-5px> | ||||
|       {{ outputLabel }} | ||||
|     </div> | ||||
|  | ||||
| @ -39,7 +39,7 @@ const validation = useValidation({ | ||||
|             {{ section.title }} | ||||
|           </th> | ||||
|           <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> | ||||
|                 {{ claim }} | ||||
|               </span> | ||||
| @ -47,7 +47,7 @@ const validation = useValidation({ | ||||
|                 ({{ claimDescription }}) | ||||
|               </span> | ||||
|             </td> | ||||
|             <td> | ||||
|             <td style="word-wrap: break-word;word-break: break-all;"> | ||||
|               <span>{{ value }}</span> | ||||
|               <span v-if="friendlyValue" ml-2 op-70> | ||||
|                 ({{ friendlyValue }}) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user