Skip to content

Fixes #579 : width of the menu bar dropdown. - #580

Open
mathblue wants to merge 1 commit into
panr:masterfrom
mathblue:master
Open

Fixes #579 : width of the menu bar dropdown.#580
mathblue wants to merge 1 commit into
panr:masterfrom
mathblue:master

Conversation

@mathblue

@mathblue mathblue commented Apr 4, 2026

Copy link
Copy Markdown

Fixes #579.

Added width: 250%; entry in .menu__dropdown, menu.css

@panr

panr commented Apr 5, 2026

Copy link
Copy Markdown
Owner

Unfortunately, this is not how it should be fixed. This 250% is a kind of a magic number that doesn't mean anything. It'd be better to fix it using text related properties (not sure which one, yet).

@panr panr closed this Apr 5, 2026
@panr panr reopened this Apr 5, 2026
@scholar7r

Copy link
Copy Markdown

Unfortunately, this is not how it should be fixed. This 250% is a kind of a magic number that doesn't mean anything. It'd be better to fix it using text related properties (not sure which one, yet).

I personally uses width: max-content, and it works well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The width of the menu bar dropdown is incorrect.

3 participants