Skip to content

Routing profiles selector items misaligned #415

@moabits

Description

@moabits

I have found a minor visual issue with the routing profile selector when no icon is used.

How it should look like:

How it looks right now:

This can easily be fixed by re-adding the CSS styling for the span element which was removed in f7bec0c (why?) like so:

.profileBtn span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    aspect-ratio: 1 / 1;
    font-weight: bold;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions