Skip to content

Bug - docs framework - examples do not shrink below 825px #5074

Description

@mcoker

If you go to any example page and shrink the viewport width, the examples never go below 825px due to the min-width here

.ws-example-page-wrapper {
min-width: 825px;
max-width: 1200px;
flex-grow: 1;
}


Jira Issue: PF-4441

Activity

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

Metadata

Metadata

Assignees

Labels

Type

Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions