fix: kanban card state overflow fix (#3866)
This commit is contained in:
parent
73334130be
commit
2b05d23470
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue