Long module titles break the layout
medienbaecker opened this issue · 1 comments
medienbaecker commented
lukaskleinschmidt commented
Thats because of a bug with fieldsets.
getkirby-v2/panel#986
You could add the styles from the PR in a custom panel css. I will add an info to the readme with a fix for that.
.form-blueprint-checklist > fieldset {
min-width: 0;
}
@-moz-document url-prefix() {
.form-blueprint-checklist > fieldset {
display: table-cell;
}
}
See https://github.com/lukaskleinschmidt/kirby-sortable#5-known-bugs