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

merge-requests/8361/head
nod_ 2024-06-10 14:20:43 +02:00
parent 5e818fe273
commit 35ca630848
No known key found for this signature in database
GPG Key ID: 76624892606FA197
2 changed files with 8 additions and 4 deletions

View File

@ -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. */

View File

@ -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. */