We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7ac9e commit 767c396Copy full SHA for 767c396
klite.embd
@@ -41852,7 +41852,16 @@ flowchart TD\n${treeToViewOutput.outputText.trim()}`
41852
</script>
41853
<style>
41854
#memorycontainerfg {
41855
- width: 90%
+ width: 90%;
41856
+ height: 90%;
41857
+ }
41858
+
41859
+ #memory_tab_container, #wi_tab_container, #documentdb_tab_container {
41860
+ height: 90%
41861
41862
41863
+ #wilist {
41864
+ max-height: 90% !important
41865
}
41866
</style>
41867
</html>
0 commit comments