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

The last Layout override all other layouts. #5225

Closed
bat79a opened this issue Mar 13, 2019 · 3 comments
Closed

The last Layout override all other layouts. #5225

bat79a opened this issue Mar 13, 2019 · 3 comments

Comments

@bat79a
Copy link

bat79a commented Mar 13, 2019

Version

v2.4.5

Reproduction link

https://jsfiddle.net/xtj6sdz8/

Steps to reproduce

Create a page named UI, with a new layout assigned to it : aaa.vue
Create a new layout : zzz.vue

The UI page will have a 200px margin from the zzz.vue layout and not the aaa.vue layout assigned in the page with a 1px margin.

What is expected ?

UI page with a 1px margin from the aaa.vue layout assigned to this page.

What is actually happening?

UI page with a 100px margin from the zzz.vue layout.

This bug report is available on Nuxt community (#c8822)
@ghost ghost added the cmty:bug-report label Mar 13, 2019
@manniL
Copy link
Member

manniL commented Mar 13, 2019

Is this a duplicate of #3877?

@bat79a
Copy link
Author

bat79a commented Mar 13, 2019

May be yes. I haven't test to include other CSS element.
But for sure the last alphabetic layout override the css element defined in the layout of the page.

@manniL
Copy link
Member

manniL commented Apr 2, 2019

Duplicate of #3877

@manniL manniL marked this as a duplicate of #3877 Apr 2, 2019
@manniL manniL closed this as completed Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants