Add initial components to proto message field

This commit is contained in:
2024-06-29 11:31:56 +09:30
parent 3606c360b4
commit ddc20daaa5
14 changed files with 175 additions and 36 deletions

View File

@@ -16,3 +16,9 @@
.mat-tree-node {
cursor: pointer;
}
h2 {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}