Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

max-w-screen-md causing table view to overflow layout #511

Open
mfathydevchef opened this issue Jan 1, 2025 · 0 comments
Open

max-w-screen-md causing table view to overflow layout #511

mfathydevchef opened this issue Jan 1, 2025 · 0 comments

Comments

@mfathydevchef
Copy link

Currently this class max-w-screen-md definition inside form component here:

 <div className="relative h-full">
      <div className="bg-nextadmin-background-default dark:bg-dark-nextadmin-background-default max-w-full p-4 align-middle sm:p-8">
        <Message className="-mt-2 mb-2 sm:-mt-4 sm:mb-4" />
        <div className="bg-nextadmin-background-default dark:bg-dark-nextadmin-background-emphasis border-nextadmin-border-default dark:border-dark-nextadmin-border-default  
>>>>> max-w-screen-md <<<<rounded-lg border p-4 sm:p-8">
          <RjsfFormComponent ref={formRef} />
        </div>
      </div>
    </div>

Causes a problem with table relation controls where the table and other inputs overflow the boundaries of the form border.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant