[WEB-5786] fix: updated font size for dates at Kanban card #8429
This commit is contained in:
parent
373e640a25
commit
70eea50db5
2 changed files with 5 additions and 1 deletions
|
|
@ -327,6 +327,7 @@ export const IssueProperties = observer(function IssueProperties(props: IIssuePr
|
|||
disabled={isReadOnly}
|
||||
renderByDefault={isMobile}
|
||||
showTooltip
|
||||
labelClassName="text-caption-sm-regular"
|
||||
/>
|
||||
</div>
|
||||
</WithDisplayPropertiesHOC>
|
||||
|
|
@ -351,6 +352,7 @@ export const IssueProperties = observer(function IssueProperties(props: IIssuePr
|
|||
disabled={isReadOnly}
|
||||
renderByDefault={isMobile}
|
||||
showTooltip
|
||||
labelClassName="text-caption-sm-regular"
|
||||
/>
|
||||
</div>
|
||||
</WithDisplayPropertiesHOC>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue