Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
update.module
Priority:
Minor
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
27 Nov 2014 at 10:31 UTC
Updated:
15 Dec 2014 at 13:44 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #1
aneek commentedComment #2
aneek commentedPatch to fix this issue.
Comment #3
aneek commentedComment #4
aneek commentedComment #5
corbacho commentedI can replicate it in Chrome 39 Mac.

In Firefox v. 33 Mac, it shows correctly:
This problem comes from a inconsistence of browsers at handling
'list-style-position: outside'(the default position).Reduced test-case: http://jsfiddle.net/HpKvR/2/ (try in firefox Vs Chrome)
Exploring a solution

list-style-position: inside. Fine in Chrome and FF at wide screens. Bad in both browsers with narrow screens. Not tested in IEI think this bug is related to a similar one documented in MDN:
Related to this (since we are using normalize.css library in core), its author does not want to force a list-style-position. So no solution is going to come from normalize.
Conclusion
Because it's difficult to control the look of
list-style-positionacross browsers, I prefer aneek's sane solution (patch #2) and remove completely the bullet points.PS.
From the previous screenshot is obvious that we need increasing
line-height(from 0.9 to 1.4 is my suggestion). Those two links are too close to each other in mobile-view. It's even worse with Bartik as admin theme. It makes it difficult to click with fingers. Should we increase the scope of the issue to include this change?Comment #6
alexpottThis issue is a minor bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed 07714ac and pushed to 8.0.x. Thanks!