fix(key-list): add horizontal scroll for deeply nested keys
This commit is contained in:
@@ -773,6 +773,10 @@ onUnmounted(() => {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.key-tree {
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
.key-checkbox {
|
||||
flex-shrink: 0;
|
||||
width: 14px;
|
||||
@@ -847,11 +851,8 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.tree-name {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-family: 'Cascadia Code', 'Fira Code', monospace;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.tree-count {
|
||||
|
||||
Reference in New Issue
Block a user