fix: design of select parent issue modal
This commit is contained in:
parent
e3cb0ed13e
commit
22f8eb9a68
1 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ export const ParentIssuesListModal: React.FC<Props> = ({
|
||||||
displayValue={() => ""}
|
displayValue={() => ""}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="p-3">{customDisplay}</div>
|
{customDisplay && <div className="p-3">{customDisplay}</div>}
|
||||||
<Combobox.Options
|
<Combobox.Options
|
||||||
static
|
static
|
||||||
className="max-h-80 scroll-py-2 divide-y divide-gray-500 divide-opacity-10 overflow-y-auto"
|
className="max-h-80 scroll-py-2 divide-y divide-gray-500 divide-opacity-10 overflow-y-auto"
|
||||||
|
|
@ -163,7 +163,7 @@ export const ParentIssuesListModal: React.FC<Props> = ({
|
||||||
displayValue={() => ""}
|
displayValue={() => ""}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="p-3">{customDisplay}</div>
|
{customDisplay && <div className="p-3">{customDisplay}</div>}
|
||||||
<Combobox.Options
|
<Combobox.Options
|
||||||
static
|
static
|
||||||
className="max-h-80 scroll-py-2 divide-y divide-gray-500 divide-opacity-10 overflow-y-auto"
|
className="max-h-80 scroll-py-2 divide-y divide-gray-500 divide-opacity-10 overflow-y-auto"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue