• Resolved Pk

    (@paulka)


    The following css messes with my bootstrap rows and containers:

    .row {
    	display: flex;
    	flex-direction: row;
    	flex-wrap: wrap;
    	width: 100%;
    }
    
    .column {
    	display: flex;
    	flex-direction: column;
    	flex-basis: 100%;
    	flex: 1;
    }

    Is it necessary to overwrite the defaults?

    • This topic was modified 4 years, 9 months ago by Pk.
Viewing 1 replies (of 1 total)
  • Plugin Author bridgementdevops

    (@bridgementdevops)

    Good day, @paulka thank you for bringing this to our attention. This has been resolved in the latest version (0.4.6). Let me know if there are any other issues that you may have.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS breaking bootstrap site’ is closed to new replies.