fix: long user input leads to overflow

This commit is contained in:
Benjamin Frost 2024-10-24 09:09:34 +02:00
parent ac7d90a3f4
commit 7a7e12cd11
2 changed files with 105 additions and 103 deletions

View file

@ -55,6 +55,7 @@ function OrgUserGroups() {
UserGroups are a way to group users together to manage their access to the resources (Courses) in your organization.{' '}
</h2>
</div>
<div className="overflow-x-auto">
<table className="table-auto w-full text-left whitespace-nowrap rounded-md overflow-hidden">
<thead className="bg-gray-100 text-gray-500 rounded-xl uppercase">
<tr className="font-bolder text-sm">
@ -137,6 +138,7 @@ function OrgUserGroups() {
</tbody>
</>
</table>
</div>
<div className='flex justify-end mt-3 mr-2'>
<Modal
isDialogOpen={

View file

@ -102,6 +102,7 @@ function OrgUsersAdd() {
Users who have been invited to join your organization{' '}
</h2>
</div>
<div className="overflow-x-auto">
<table className="table-auto w-full text-left whitespace-nowrap rounded-md overflow-hidden">
<thead className="bg-gray-100 text-gray-500 rounded-xl uppercase">
<tr className="font-bolder text-sm">
@ -127,8 +128,7 @@ function OrgUsersAdd() {
</tbody>
</>
</table>
</div>
</div>
</>
) : (