Skip to content
Snippets Groups Projects
Verified Commit 0181bb23 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3291221 by Gauravvvv, pradipmodh13, rkoller, ahsannazir, smustgrave,...

Issue #3291221 by Gauravvvv, pradipmodh13, rkoller, ahsannazir, smustgrave, quietone: When configuring a field on a content type's "manage display" tab the spinner shifts the label and format column

(cherry picked from commit 35ca6308)
parent 22e8a87d
Branches
Tags
9 merge requests!12745Fixed: Path alias language doesn't changes on changing of node language,!12684Issue #3220784,!12537Add ViewsConfigUpdater deprecation support for default_argument_skip_url,!12523Issue #3493858 by vidorado, xavier.masson, smustgrave: Extend ViewsBlockBase...,!122353526426-warning-for-missing,!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #196348 passed
......@@ -46,6 +46,7 @@
/* Settings edit. */
.field-plugin-settings-edit-wrapper {
position: relative;
display: flex;
align-items: center;
justify-content: flex-end;
......@@ -58,8 +59,9 @@
}
.field-plugin-settings-edit-wrapper .ajax-progress--throbber {
margin-right: 0;
margin-left: 0;
position: absolute;
inset-block-start: 1.5625rem;
margin-inline: 0;
}
/* Settings editing subform. */
......
......@@ -32,6 +32,7 @@
/* Settings edit. */
.field-plugin-settings-edit-wrapper {
position: relative;
display: flex;
align-items: center;
justify-content: flex-end;
......@@ -44,8 +45,9 @@
}
.field-plugin-settings-edit-wrapper .ajax-progress--throbber {
margin-right: 0;
margin-left: 0;
position: absolute;
inset-block-start: 25px;
margin-inline: 0;
}
/* Settings editing subform. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment