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
!5329
Aligned buttons
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Aligned buttons
issue/drupal-3341669:3341669-button-alignment-11x
into
11.x
Overview
1
Commits
2
Pipelines
2
Changes
2
1 open thread
Hide all comments
Closed
Aligned buttons
Jenna
requested to merge
issue/drupal-3341669:3341669-button-alignment-11x
into
11.x
Nov 10, 2023
Overview
1
Commits
2
Pipelines
2
Changes
2
1 open thread
Hide all comments
Closes
#3341669
0
0
Merge request reports
Compare
11.x
version 1
67a6474b
Nov 10, 2023
11.x (base)
and
latest version
latest version
6a3acabf
2 commits,
Nov 10, 2023
version 1
67a6474b
1 commit,
Nov 10, 2023
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
core/themes/claro/css/components/form.css
+
2
−
2
View file @ 6a3acabf
Edit in single-file editor
Open in Web IDE
Show full file
@@ -138,14 +138,14 @@ tr .form-item,
display
:
flex
;
flex-wrap
:
wrap
;
align-items
:
flex-start
;
margin-block
:
var
(
--space-
m
);
margin-block
:
var
(
--space-
xs
);
}
.form-actions
.button
,
.field-actions
.button
,
.form-actions
.action-link
,
.field-actions
.action-link
{
margin-block
:
var
(
--space-
m
);
margin-block
:
var
(
--space-
xs
);
}
.form-actions
.ajax-progress--throbber
,
Loading