Ticket #86 (closed defect: fixed)
Overflow hidden on container crops search result
| Reported by: | sergio | Owned by: | rbanister |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | apostrophenow.com | Version: | |
| Keywords: | css, overflow | Cc: | |
| Symfony version: | 1.4 |
Description
An overflow:hidden is cropping content if a search results more than 4 itens.
Checked on Chrome and Firefox, both on Mac: http://demo.apostrophenow.com/admin/a/search?q=on
It must be removed from a.css:
#a-search-results-container,
.a-search-results,
.result-title,
.result-url,
.result-summary
{
float: left;
width: 100%;
clear: both;
overflow:hidden;
}
Change History
Note: See
TracTickets for help on using
tickets.

