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

Fix the rendering of the different separators we've in the UI #18761

Merged
merged 1 commit into from
Sep 19, 2024

Commits on Sep 19, 2024

  1. Fix the rendering of the different separators we've in the UI

    Currently, the css for a separator is something like { height: 1px; background-color: ... }.
    But its rendering depends on its position on the screen.
    So instead of setting the height to 1px, we just set something like { border-top: 1px solid ...; },
    this way the final rendering is exactly the same for all the separators.
    calixteman committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b29278e View commit details
    Browse the repository at this point in the history