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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!9516
3408500: Move form action buttons to top bar
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
3408500: Move form action buttons to top bar
issue/drupal-3408500:3408500-move-save-button-to-topbar
into
11.x
Overview
0
Commits
8
Pipelines
8
Changes
4
Open
3408500: Move form action buttons to top bar
Nayana Ramakrishnan
requested to merge
issue/drupal-3408500:3408500-move-save-button-to-topbar
into
11.x
Sep 17, 2024
Overview
0
Commits
8
Pipelines
8
Changes
4
Closes
#3408500
0
0
Merge request reports
Compare
11.x
version 7
77e944e0
Sep 25, 2024
version 6
e38e549b
Sep 25, 2024
version 5
c72b67ff
Sep 18, 2024
version 4
1683d2d4
Sep 18, 2024
version 3
33f3117b
Sep 17, 2024
version 2
25052d8a
Sep 17, 2024
version 1
8c736ac5
Sep 17, 2024
11.x (base)
and
latest version
latest version
ff7afd9d
8 commits,
Sep 25, 2024
version 7
77e944e0
7 commits,
Sep 25, 2024
version 6
e38e549b
6 commits,
Sep 25, 2024
version 5
c72b67ff
5 commits,
Sep 18, 2024
version 4
1683d2d4
4 commits,
Sep 18, 2024
version 3
33f3117b
3 commits,
Sep 17, 2024
version 2
25052d8a
2 commits,
Sep 17, 2024
version 1
8c736ac5
1 commit,
Sep 17, 2024
4 files
+
63
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
core/modules/navigation/css/components/top-bar.css
+
1
−
1
View file @ ff7afd9d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -58,7 +58,7 @@
display
:
grid
;
grid-auto-flow
:
column
;
align-items
:
center
;
justify-content
:
space-betwe
en
;
justify-content
:
en
d
;
gap
:
var
(
--admin-toolbar-space-16
);
width
:
100%
;
}
Loading