Skip to content

Bad style for labels #7

@dominch

Description

@dominch

Hello,
Labels in rmplus plugins are misplaced with few skins,
CSS to fix that:

table.plugin_settings label {
    float: none;
    font-weight: normal;
    margin-left: 0;
    text-align: left;
    width: auto;
}

We added this to usability.css

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions