Project

General

Profile

Actions

Defect #13127

closed

h1 multiple lined titles breaks into main menu

Added by Martin Nørgaard Gregersen about 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Category:
UI
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

The fixed height on the #header makes header break down into the header, when Titles are long. In our company they make a lot of long headers, which makes the header break into the main menu way too often and disturbs the UX.

To fix this and keep the header flexible for single- and multiple lines, simply add (or change) the following CSS:

#header {
height:auto;
}
#header h1 {
padding-bottom: 30px;
}


Related issues

Has duplicate Redmine - Defect #13302: Project Title very long and UI ErrorClosed

Actions
Actions #1

Updated by Jean-Philippe Lang about 11 years ago

  • Status changed from New to Resolved
  • Assignee set to Jean-Philippe Lang
  • Target version set to 2.2.3
  • Resolution set to Fixed

I've committed a different fix in r11351 to avoid the bottom-padding on the h1. Can you confirm it's OK?

Actions #2

Updated by Ivan Cenov about 11 years ago

I tested with several projects (parent-child-child..) with long names. Some part was dropped because not fitted in the header.

P.S. May header should have variable height?

Actions #3

Updated by Jean-Philippe Lang about 11 years ago

  • Target version changed from 2.2.3 to 2.2.4

Ivan Cenov wrote:

I tested with several projects (parent-child-child..) with long names. Some part was dropped because not fitted in the header.

P.S. May header should have variable height?

Did you apply the fix before your test ? Because the patch makes the height variable.

Actions #4

Updated by Ivan Cenov about 11 years ago

Hmm, It seems I have forgotten to make svn update before test. The height is variable.

Actions #5

Updated by Ivan Cenov about 11 years ago

.

Actions #6

Updated by Jean-Philippe Lang about 11 years ago

  • Status changed from Resolved to Closed

OK, thanks for the feedback.

Actions

Also available in: Atom PDF