Page MenuHomePhabricator

Bullets in a list should not take up screen space when not being displayed
Open, Stalled, Needs TriagePublicFeature

Description

Steps to replicate the issue (include links if applicable):

What happens?:

See a picture below. Bullets take up space unexpectedly.

What should have happened instead?:

Does not take up space.

Software version (skip for WMF-hosted wikis like Wikipedia):

2.7.50426-r-2022-12-08

Other information (browser name/version, screenshots, etc.):

The red part of the picture shows the hidden bullets.

Screenshot_2023-01-11-23-06-48-06_173823495e561b2cdc2de22ac640109c~2.jpg (2×1 px, 200 KB)

Event Timeline

Aklapper changed the task status from Open to Stalled.Jan 11 2023, 3:46 PM

Bullets take up space unexpectedly.

Hi, please elaborate how to do this technically. It's technically a list, and the only thing that can be done is hiding the bullet points. I don't consider this a bug.

Aklapper renamed this task from Bullets will still take up space when hidden to Bullets in a list should not take up screen space when not being displayed.Jan 11 2023, 3:46 PM
Aklapper changed the subtype of this task from "Bug Report" to "Feature Request".
在T326734#8516789中,@Aklapper写道:

Bullets take up space unexpectedly.

Hi, please elaborate how to do this technically. It's technically a list, and the only thing that can be done is hiding the bullet points. I don't consider this a bug.

In CSS:

ul {
list-style: none none;
margin: 0;
}