Open gardncol opened 1 year ago
Still the same issue with Joplin 2.12.19 (win32).
Found the issue: In the userchrome.css document
/*********************************************************************************
* PANELS
*********************************************************************************/
/* General panel style */
.resizableLayoutItem > div {
min-width: 200px !important;
background-color: var(--ctp-mocha-base) !important;
}
remove the line : min-width: 200px !important;
When moving modules around in the view menu if the column has multiple modules stacked on top of each other only the bottom module takes up the entire width of the column. See screenshots below for examples.