forked from github/plane
style: issue activity section improvement (#2836)
This commit is contained in:
parent
85907b32d1
commit
20baba3bb0
@ -73,7 +73,7 @@ export const IssueCommentEditor: React.FC<IIssueCommentEditor> = (props) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<form onSubmit={handleSubmit(handleAddComment)}>
|
<form onSubmit={handleSubmit(handleAddComment)}>
|
||||||
<div className="space-y-2">
|
<div className="space-y-2 py-2">
|
||||||
<div className="h-full">
|
<div className="h-full">
|
||||||
<Controller
|
<Controller
|
||||||
name="access"
|
name="access"
|
||||||
|
Loading…
Reference in New Issue
Block a user