Project

General

Profile

Actions

Defect #13127

closed

h1 multiple lined titles breaks into main menu

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

Status:
Closed
Priority:
Normal
Category:
UI
Target version:
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 ErrorClosedActions
Actions

Also available in: Atom PDF