mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: kanban card state overflow fix (#3866)
This commit is contained in:
parent
73334130be
commit
2b05d23470
@ -240,7 +240,7 @@ export const IssueProperties: React.FC<IIssueProperties> = observer((props) => {
|
||||
{/* basic properties */}
|
||||
{/* state */}
|
||||
<WithDisplayPropertiesHOC displayProperties={displayProperties} displayPropertyKey="state">
|
||||
<div className="h-5">
|
||||
<div className="h-5 truncate">
|
||||
<StateDropdown
|
||||
value={issue.state_id}
|
||||
onChange={handleState}
|
||||
|
Loading…
Reference in New Issue
Block a user