feat: expand column to fill avaliable space

This commit is contained in:
Josh Medeski
2023-12-01 18:21:44 -06:00
parent 78f709d5f0
commit eeb1e4d625

View File

@@ -21,6 +21,7 @@ docStyle.innerHTML = `
.cm-menu-column {
display: flex;
flex-direction: column;
flex: 1 1 auto;
}
.cm-title {