fix: ui improvements (#327)
* fix: kanban board header scroll fix * style: enable scrollbar style added * fix: emoji picker overflow * fix: delete project modal text overflow * fix: cycle card ellipsis * fix: tooltip position updated and custom class added * fix: assignees tooltip overflow * fix: module card * fix: my issue page tooltip and responsive title added * fix: home page tooltip and responsiveness
This commit is contained in:
parent
6a10faca68
commit
4caa4e33b1
10 changed files with 168 additions and 84 deletions
|
|
@ -57,6 +57,7 @@ export const ViewAssigneeSelect: React.FC<Props> = ({
|
|||
<div>
|
||||
<Listbox.Button>
|
||||
<Tooltip
|
||||
position="top-right"
|
||||
tooltipHeading="Assignees"
|
||||
tooltipContent={
|
||||
issue.assignee_details.length > 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue