Page MenuHomePhabricator

Dodgy background image repeats behind bug titles
Closed, ResolvedPublic

Description

Author: happy.melon.wiki

Description:
Pick any bug with a long title (that spills onto two lines) and the background image for the title div repeats nastily. Even for bugs with short titles, if you increase the font size it still breaks. Changing the declaration for

.bz_alias_short_desc_container {

...
background-image: url(images/block-base.png);
...

}

to:

background:transparent url(images/block-base.png) repeat-x scroll center bottom;

Fixes it for me.


Version: unspecified
Severity: minor

Details

Reference
bz22223

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:53 PM
bzimport set Reference to bz22223.

happy.melon.wiki wrote:

It's no longer an image, so yes, all good.