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

No breakpoint control #16

Open
adamdelaney opened this issue Sep 5, 2017 · 1 comment
Open

No breakpoint control #16

adamdelaney opened this issue Sep 5, 2017 · 1 comment

Comments

@adamdelaney
Copy link

adamdelaney commented Sep 5, 2017

It appears as if the the layout manager hard codes the Bootstrap breakpoints. This becomes problematic for small width devices.

<div class="layoutmanager">
	<div class="container-fluid layout-container">
		<div class="row layout-row">
			<div class="col-xs-5 col-sm-5 col-md-5 col-lg-5 layout-column ">
				<div class="layout-column-one layout-column-editable">
					<p>&nbsp;</p>
				</div>
			</div>

			<div class="col-xs-7 col-sm-7 col-md-7 col-lg-7 layout-column">
				<div class="layout-column-two layout-column-editable">
					<p>&nbsp;</p>
				</div>
			</div>
		</div>
	</div>
</div>

As you can see col-sx-* is hard coded, which will target small width devices.

@radpet
Copy link
Owner

radpet commented Sep 5, 2017

Hi,
Thank you for using the layoutmanager but this project is no longer maintained. However you can send pr with proper fix and I will merge it :) .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants