Skip to content

Dialog-Buttons with vertical-Option has still margin-left in MD-Theme #4118

Description

@phoebusryan

The issue exists in all versions of f7 (including v7)

Just go to the example:
https://framework7.io/docs/dialog#examples and click on the Button "Vertical-Buttons" in the Preview-Frame. The 2nd + 3th Button has margin-left of 4px in MD which leads to layoutissues in some cases.

Aurora uses this css:

aurora .dialog-buttons-vertical .dialog-button {
margin-left: 0;
flex-shrink: 0;
}

... and we should use the same for md :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions