Add support for visualizing Vec<String> in the Data panel

This commit is contained in:
Keavon Chambers
2025-11-03 13:13:54 -08:00
parent 0d8c521fbe
commit 0998abdaf3
4 changed files with 58 additions and 3 deletions
@@ -45,6 +45,21 @@
&:not(:first-child) {
margin-top: 0;
}
tr:first-child:has(td:first-child label:empty) ~ tr td:first-child {
width: 0;
}
}
.widget-span:has(.text-area-input) {
flex: 1 1 100%;
.text-area-input textarea {
height: 100%;
margin-top: 0;
margin-bottom: 0;
resize: none;
}
}
}
</style>