-
Notifications
You must be signed in to change notification settings - Fork 16
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
IBX-2655: create/edit layout fixes #391
IBX-2655: create/edit layout fixes #391
Conversation
@@ -1,3 +1,11 @@ | |||
.ibexa-edit-content { | |||
@include edit-right-side-container; | |||
|
|||
&__fulfillment { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about this name
8a58351
to
445549c
Compare
@@ -4,6 +4,7 @@ | |||
|
|||
{% set grouped_fields = grouped_fields|default([]) %} | |||
{% set anchor_params = { items: grouped_fields|keys } %} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why newline here?
@@ -1,17 +1,22 @@ | |||
{% extends '@ibexadesign/ui/edit_section.html.twig' %} | |||
|
|||
{% set attr = { class: 'ibexa-content-type-edit__section' } %} | |||
{% set one_column_layout = one_column_layout|default(false) %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{% set one_column_layout = one_column_layout|default(false) %} | |
{% set is_one_column_layout = is_one_column_layout|default(false) %} |
5810685
to
fb8ac43
Compare
c81d16f
to
d00832d
Compare
Fixed create/edit layout by removing boostrap class
row
andcol-
. All content should be aligned to the left sidebar1376px width
1920px width
Checklist:
$ composer fix-cs
)