Skip to content

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

Open
mathblue wants to merge 1 commit intopanr:masterfrom
mathblue:master
Open

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

Conversation

@mathblue
Copy link
Copy Markdown

@mathblue mathblue commented Apr 4, 2026

Fixes #579.

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

@panr
Copy link
Copy Markdown
Owner

panr commented Apr 5, 2026

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