Skip to content

Commit

Permalink
feat: enable hover effect to show full table name in TableHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshinotsuyoshi committed Dec 13, 2024
1 parent d0ff2bb commit d96a641
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/.changeset/warm-fireants-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@liam-hq/erd-core": patch
"@liam-hq/cli": patch
---

enable hover effect to show full table name in TableHeader
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@
text-overflow: ellipsis;
white-space: nowrap;
}

.name:hover {
overflow: visible;
text-overflow: unset;
}

0 comments on commit d96a641

Please sign in to comment.