Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request]Webapp: Add CSS code to stop numbers changing the size of their container #1440

Closed
f-1-0 opened this issue Oct 20, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@f-1-0
Copy link

f-1-0 commented Oct 20, 2023

Is your feature request related to a problem? Please describe.

This only happens when the browser window is small enough for the flex-box to re-arrange stuff.
Different numerical values also change the size of the div containing the text and this causes the icons in the neighbouring flex-box item to move as well.

It's not a bug since the all-fluid layout is working as it should,
but I find the unnecessary movement unpleasant and distracting.

Describe the solution you'd like

add style to

main or .container-fluid { font-feature-settings: "tnum"; }
This will make the width of the numbers uniform and should work with all common browsers.

Describe alternatives you've considered

all other alternatives either change the font style or impair the fluid layout.

Additional context

Bildschirmaufnahme 2023-10-20 um 14 48 59

Copy link

github-actions bot commented Apr 2, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant