Skip to content

Wrong use of css width attribute with bootstrap  #53

@culpinnis

Description

@culpinnis

Issue

There are several misuses of the width argument in combination with the bootstrap framework.
For example in:

column(width = 6, style="width:50%",

This breaks bootstraps responsible design.

Steps to reproduce

Resize browser window.
image
The breakdown occurs too late (when the content is twice the button/column size).

Possible solution

Use a width of 3 instead of 50% 6 and a button style of width:100 to fit them into the column. This will preserve bootstraps ability to break the row when necessary.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions