fix: minor bugs and ux improvements (#322)

* fix: ellipsis added to issue title

* feat: toolttip added

* feat: assignees tooltip added

* fix: build fix

* fix: build fix

* fix: build error

* fix: minor bugs and ux improvements

---------

Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@caravel.tech>
This commit is contained in:
Aaryan Khandelwal 2023-02-23 10:54:54 +05:30 committed by GitHub
parent 702cfeb4ee
commit 92f717962c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 317 additions and 272 deletions

View file

@ -99,7 +99,7 @@ const StatesSettings: NextPage<UserAuth> = (props) => {
Add
</button>
</div>
<div className="space-y-1 rounded-xl border p-1 md:w-2/3">
<div className="space-y-1 rounded-xl border divide-y p-1 md:w-2/3">
{key === activeGroup && (
<CreateUpdateStateInline
onClose={() => {