chore(nx-dev): fix tablet width (#29826)

Make the mobile and tablet width breakpoints work correctly again
This commit is contained in:
Isaac Mann 2025-01-31 09:31:48 -05:00 committed by GitHub
parent a4f07dbb64
commit 6b9496d8ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,7 +115,7 @@ export function DocViewer({
</div> </div>
<div className="min-w-0 flex-auto pb-24 lg:pb-16"> <div className="min-w-0 flex-auto pb-24 lg:pb-16">
{/*MAIN CONTENT*/} {/*MAIN CONTENT*/}
<div className="flex justify-between"> <div className="justify-between xl:flex">
<div className="relative"> <div className="relative">
<div <div
ref={ref} ref={ref}