forked from github/plane
fix: create label inline overflow (#4006)
This commit is contained in:
parent
e1f04356fc
commit
6ab8588afb
@ -96,7 +96,7 @@ export const ProjectSettingsLabelList: React.FC = observer(() => {
|
||||
Add label
|
||||
</Button>
|
||||
</div>
|
||||
<div className="h-full w-full py-8">
|
||||
<div className="w-full py-8">
|
||||
{showLabelForm && (
|
||||
<div className="my-2 w-full rounded border border-custom-border-200 px-3.5 py-2">
|
||||
<CreateUpdateLabelInline
|
||||
|
@ -19,7 +19,7 @@ const LabelsSettingsPage: NextPageWithLayout = observer(() => {
|
||||
return (
|
||||
<>
|
||||
<PageHead title={pageTitle} />
|
||||
<div className="w-full gap-10 overflow-y-auto py-8 pr-9">
|
||||
<div className="h-full w-full gap-10 overflow-y-auto py-8 pr-9">
|
||||
<ProjectSettingsLabelList />
|
||||
</div>
|
||||
</>
|
||||
|
Loading…
Reference in New Issue
Block a user