Skip to content

CSS error in included css file #13

@a-schild

Description

@a-schild

In the included CSS file, the firs line has a incalid CSS rule:

.v-popupbutton. .v-button-wrap * {
float: left;
}

It should be this:

.v-popupbutton .v-button-wrap * {
float: left;
}

Note the removed dot character after the v-popupbutton

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