mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-18 12:18:35 +00:00
fix(ui): add elipsis for text overflow (#6088)
This commit is contained in:
parent
4f61169df6
commit
d13b8ce9a7
@ -40,6 +40,7 @@
|
||||
margin-left: 8px !important;
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.rc-tree-node-content-wrapper:hover {
|
||||
@ -49,3 +50,8 @@
|
||||
.rc-tree-node-content-wrapper:not(.rc-tree-node-selected):hover .rc-tree-title {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
.rc-tree-title {
|
||||
overflow: auto;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user