Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!4466
Issue
#3134371
by dsnopek: Allow changing the layout of an existing section in Layout Builder UI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3134371
by dsnopek: Allow changing the layout of an existing section in Layout Builder UI
issue/drupal-3134371:3134371-change-layout-builder-section-layout
into
11.x
Overview
3
Commits
11
Pipelines
0
Changes
9
2 unresolved threads
Hide all comments
Open
Christian López Espínola
requested to merge
issue/drupal-3134371:3134371-change-layout-builder-section-layout
into
11.x
1 year ago
Overview
3
Commits
11
Pipelines
0
Changes
9
2 unresolved threads
Hide all comments
Expand
(cherry picked from commit
bf5c669e
)
Closes
#3134371
0
0
Merge request reports
Compare
11.x
version 8
36479d0a
1 year ago
version 7
225124ce
1 year ago
version 6
7fc688d3
1 year ago
version 5
301c7ebb
1 year ago
version 4
d4298d70
1 year ago
version 3
f0aee1dd
1 year ago
version 2
83d6d745
1 year ago
version 1
17d12858
1 year ago
11.x (base)
and
latest version
latest version
17d40a7b
11 commits,
1 year ago
version 8
36479d0a
9 commits,
1 year ago
version 7
225124ce
8 commits,
1 year ago
version 6
7fc688d3
7 commits,
1 year ago
version 5
301c7ebb
6 commits,
1 year ago
version 4
d4298d70
5 commits,
1 year ago
version 3
f0aee1dd
4 commits,
1 year ago
version 2
83d6d745
3 commits,
1 year ago
version 1
17d12858
1 commit,
1 year ago
9 files
+
697
−
38
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
core/modules/layout_builder/css/layout-builder.css
+
35
−
0
Options
@@ -58,6 +58,10 @@
@@ -58,6 +58,10 @@
background-color
:
#ffd
;
background-color
:
#ffd
;
}
}
.layout-builder__section
.layout-builder__section_links
a
.layout-builder__link
:not
(
:first-child
,
:last-child
)
::after
{
content
:
" | "
;
}
.layout-builder__region
{
.layout-builder__region
{
outline
:
2px
dashed
#2f91da
;
outline
:
2px
dashed
#2f91da
;
}
}
@@ -178,3 +182,34 @@
@@ -178,3 +182,34 @@
.layout-builder-components-table
.tabledrag-changed-warning
{
.layout-builder-components-table
.tabledrag-changed-warning
{
display
:
none
!important
;
display
:
none
!important
;
}
}
.layout_builder__region-mapping__toggle-wrapper
{
text-align
:
right
;
}
[
dir
=
"rtl"
]
.layout_builder__region-mapping__toggle-wrapper
{
text-align
:
left
;
}
#drupal-off-canvas-wrapper
.layout-builder__region-mapping
{
margin-top
:
0.625rem
;
}
#drupal-off-canvas-wrapper
.layout-builder__region-mapping__region
{
margin-bottom
:
1.5em
;
padding-bottom
:
1.5em
;
text-align
:
center
;
outline
:
2px
dashed
#979797
;
}
.layout-builder__region-mapping__region-label
{
margin-bottom
:
0.5em
;
}
#drupal-off-canvas-wrapper
.layout-builder__region-mapping__block
{
margin
:
0.5em
;
padding
:
0.5em
;
cursor
:
move
;
border
:
2px
solid
#333
;
font-size
:
1.5em
;
}
Loading