-
Bug
-
Resolution: Fixed
-
Minor
Headers have significant bottom margins and no top margin per https://github.com/jenkinsci/jenkins/blob/04b46d1c68513e4a105b5acdfb7534c89da94eea/war/src/main/less/base/typography.less#L54-L55
The last paragraph in a sequence (e.g. inside a wrapping div) has no bottom margin per https://github.com/jenkinsci/jenkins/blob/04b46d1c68513e4a105b5acdfb7534c89da94eea/war/src/main/less/base/style.less#L575-L578
Headers should be closer to their related paragraphs than to unrelated content, that's not the case here. Especially the case of usage stats help look terrible, with no distance between a paragraph and an unrelated header. But even inline help, as well as basic HTML markup for descriptions, don't look good with these rules.
[JENKINS-69549] Margins for headers and paragraphs make descriptions and non-trivial inline help look terrible since 2.320 + 2.335
Description |
Original:
Headers have significant bottom margins and no top margin per [https://github.com/jenkinsci/jenkins/blob/04b46d1c68513e4a105b5acdfb7534c89da94eea/war/src/main/less/base/typography.less#L54-L55]
The last paragraph in a sequence (e.g. inside a wrapping div) has no bottom margin per [https://github.com/jenkinsci/jenkins/blob/04b46d1c68513e4a105b5acdfb7534c89da94eea/war/src/main/less/base/style.less#L575-L578] Headers should be closer to their related paragraphs than to unrelated content, that's not the case here. Especially the case of usage stats help look terrible, with no distance between a paragraph and an unrelated header. |
New:
Headers have significant bottom margins and no top margin per [https://github.com/jenkinsci/jenkins/blob/04b46d1c68513e4a105b5acdfb7534c89da94eea/war/src/main/less/base/typography.less#L54-L55]
The last paragraph in a sequence (e.g. inside a wrapping div) has no bottom margin per [https://github.com/jenkinsci/jenkins/blob/04b46d1c68513e4a105b5acdfb7534c89da94eea/war/src/main/less/base/style.less#L575-L578] Headers should be closer to their related paragraphs than to unrelated content, that's not the case here. Especially the case of usage stats help look terrible, with no distance between a paragraph and an unrelated header. But even inline help, as well as basic HTML markup for descriptions, don't look good with these rules. |
Attachment | New: Screenshot 2022-09-07 at 13.52.03.png [ 59027 ] |
Summary | Original: Margins for headers and paragraphs make non-trivial inline help look terrible | New: Margins for headers and paragraphs make descriptions and non-trivial inline help look terrible |
Assignee | New: frankie699 [ frankie699 ] |
Labels | Original: regression ux | New: regression ux ux-untriaged |
Remote Link | New: This issue links to "https://github.com/jenkinsci/jenkins/pull/7078 (Web Link)" [ 28215 ] |
Summary | Original: Margins for headers and paragraphs make descriptions and non-trivial inline help look terrible | New: Margins for headers and paragraphs make descriptions and non-trivial inline help look terrible since 2.320 + 2.335 |
Labels | Original: regression ux ux-untriaged | New: regression ux |
This ticket does not have the last working release and first failing release, so I am adding the ux-untriaged label.