This CSS should be changed to clear: both to prevent bugs like these:
.client-js .collapsible-heading, .client-js .collapsible-block {
clear: left;
}(unless there was something to justify it being clear: left in the first place)
| stjn | |
| Aug 30 2022, 2:48 PM |
| F35497742: image.png | |
| Aug 30 2022, 2:48 PM |
This CSS should be changed to clear: both to prevent bugs like these:
.client-js .collapsible-heading, .client-js .collapsible-block {
clear: left;
}(unless there was something to justify it being clear: left in the first place)