To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Ticket #86 (closed defect: fixed)

Opened 2 years ago

Last modified 21 months ago

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

Changed 21 months ago by rickybanister

  • status changed from new to closed
  • resolution set to fixed

This has been fixed for the trunk. Closing for now.

Note: See TracTickets for help on using tickets.