ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

long title of the chiliproject's site (Bug #907)


Added by Johan Pustoch at 2012-02-27 04:35 pm. Updated at 2012-02-27 05:58 pm.


Status:Duplicate Start date:2012-02-27
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:Themes
Target version:-
Remote issue URL: Affected version:

Description

In version 3.0, width defaut theme, if the title of the chiliproject's site is longer than 200px, it overflows below.

I corrected it on my site by changing the rule of #logo (in application.css)

width:auto;

instead of :

width: 200px;

or perhaps better :
  • a greater width (350px ?)
  • use mediaqueries ?

Thank you to the chiliproject's team for this tool (and for this new theme !). It help us to work together :-)


Related issues

duplicates Bug #804: Layout issue when using really long Application Title Closed 2011-12-28

History

Updated by Holger Just at 2012-02-27 05:58 pm

Duplicate of #804.

A width: auto doesn't really help as it then overflows in other strange ways if the browser window becomes too narrow. Please see #804 for some additional discussion of the topic.

  • Description changed from In version 3.0, width defaut theme, if the title of the chiliproject's s... to In version 3.0, width defaut theme, if the title of the chiliproject's si... More
  • Status changed from Open to Duplicate

Also available in: Atom PDF