Skip to content

Commit 767c396

Browse files
author
prima
committed
feat: Tweaked sizing of the WI area, no changes to functionality yet
1 parent 6d7ac9e commit 767c396

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

klite.embd

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41852,7 +41852,16 @@ flowchart TD\n${treeToViewOutput.outputText.trim()}`
4185241852
</script>
4185341853
<style>
4185441854
#memorycontainerfg {
41855-
width: 90%
41855+
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
4185641865
}
4185741866
</style>
4185841867
</html>

0 commit comments

Comments
 (0)