Page MenuHomePhabricator

Collapsible heading styling should have clear: both to prevent weird bugs
Closed, DuplicatePublicBUG REPORT

Description

This CSS should be changed to clear: both to prevent bugs like these:

.client-js .collapsible-heading, .client-js .collapsible-block {
    clear: left;
}

image.png (1×709 px, 47 KB)

(unless there was something to justify it being clear: left in the first place)