mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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
|
Add label
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
<div className="h-full w-full py-8">
|
<div className="w-full py-8">
|
||||||
{showLabelForm && (
|
{showLabelForm && (
|
||||||
<div className="my-2 w-full rounded border border-custom-border-200 px-3.5 py-2">
|
<div className="my-2 w-full rounded border border-custom-border-200 px-3.5 py-2">
|
||||||
<CreateUpdateLabelInline
|
<CreateUpdateLabelInline
|
||||||
|
@ -19,7 +19,7 @@ const LabelsSettingsPage: NextPageWithLayout = observer(() => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<PageHead title={pageTitle} />
|
<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 />
|
<ProjectSettingsLabelList />
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
Loading…
Reference in New Issue
Block a user