fix: codeblock background and other mobile issues (#10892)

* fix: codeblock background

* fix: horizontal scroll on properties

* fix: badge text wrapping

* fix: wrap overload tab list
This commit is contained in:
Almeida
2025-05-07 22:17:09 +01:00
committed by GitHub
parent 436784f945
commit f686c83b18
6 changed files with 11 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ export async function PropertyNode({
<div className="flex flex-col gap-4">
<div className="flex place-content-between place-items-center gap-1">
<h3
className={`${ENV.IS_LOCAL_DEV || ENV.IS_PREVIEW ? 'scroll-mt-16' : 'scroll-mt-8'} group flex flex-col gap-2 px-2 font-mono font-semibold break-words`}
className={`${ENV.IS_LOCAL_DEV || ENV.IS_PREVIEW ? 'scroll-mt-16' : 'scroll-mt-8'} group flex flex-col gap-2 px-2 font-mono font-semibold break-all`}
id={property.displayName}
>
<Badges node={property} />