Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printing applies xs styles #13319

Closed
halcyonandon opened this issue Apr 10, 2014 · 1 comment
Closed

Printing applies xs styles #13319

halcyonandon opened this issue Apr 10, 2014 · 1 comment
Labels

Comments

@halcyonandon
Copy link

The full page is considered extra small in actual pixel size, so it uses the xs styles for layout (col-xs-...).

This is a problem, in our case, we have a mobile view and a print view. The print view cannot be the same as the mobile view and the layout gets blown apart as a result.

My interim solution is

@media print {
    [class*="col-sm-"] {
        float: left;
    }
}

Please consider adding col-print-... classes or addressing this conflict in some other way that allows extra small and print layouts.

@cvrebert
Copy link
Collaborator

Duplicate of #12078. Please search next time.

@cvrebert cvrebert added the css label Apr 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants