[buddypress-trac] [BuddyPress Trac] #6672: #item-header should not use `overflow: hidden`
buddypress-trac
noreply at wordpress.org
Tue Oct 20 00:07:46 UTC 2015
#6672: #item-header should not use `overflow: hidden`
--------------------------+-----------------------------
Reporter: r-a-y | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Appearance | Version: 1.7
Severity: minor | Keywords: has-patch
--------------------------+-----------------------------
Here's an example why we shouldn't use the CSS `overflow: hidden`
declaration for the `item-header` DIV:
[[Image(http://imgreview.com/i/gVLvz)]]
The BP Group Email Subscription plugin adds a `<div>` in the group header
that gets cut off because of the `hidden` declaration.
Attached patch fixes this by removing the `overflow: hidden` declaration
and replaces this with a `clear: both` declaration via `#item-
header:after`.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6672>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list