プロジェクト

全般

プロフィール

Vote #73333

完了

h1 multiple lined titles breaks into main menu

Admin Redmine さんが4年以上前に追加. 4年以上前に更新.

ステータス:
Closed
優先度:
通常
担当者:
-
カテゴリ:
UI_10
対象バージョン:
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
10
version_id:
69
issue_org_id:
13127
author_id:
72175
assigned_to_id:
1
comments:
6
status_id:
5
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
63
ステータス-->[Closed]

説明

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;
}


journals

I've committed a different fix in r11351 to avoid the bottom-padding on the h1. Can you confirm it's OK?
--------------------------------------------------------------------------------
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?
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
Hmm, It seems I have forgotten to make svn update before test. The height is variable.
--------------------------------------------------------------------------------
.

--------------------------------------------------------------------------------
OK, thanks for the feedback.
--------------------------------------------------------------------------------


related_issues

duplicates,Closed,13302,Project Title very long and UI Error

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0