atmosphere explorer pdsls.dev
atproto tool typescript

break-words lexicon schema description

juli.ee fbbf87ae a5d5c746

verified
Changed files
+3 -1
src
components
+3 -1
src/components/lexicon-schema.tsx
··· 268 268 <ConstraintsList property={props.property.items!} /> 269 269 </Show> 270 270 <Show when={props.property.description && !props.hideNameType}> 271 - <p class="text-sm text-neutral-700 dark:text-neutral-300">{props.property.description}</p> 271 + <p class="text-sm wrap-break-word text-neutral-700 dark:text-neutral-300"> 272 + {props.property.description} 273 + </p> 272 274 </Show> 273 275 </div> 274 276 );