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
parent
5e818fe273
commit
35ca630848
|
@ -46,6 +46,7 @@
|
||||||
/* Settings edit. */
|
/* Settings edit. */
|
||||||
|
|
||||||
.field-plugin-settings-edit-wrapper {
|
.field-plugin-settings-edit-wrapper {
|
||||||
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
@ -58,8 +59,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.field-plugin-settings-edit-wrapper .ajax-progress--throbber {
|
.field-plugin-settings-edit-wrapper .ajax-progress--throbber {
|
||||||
margin-right: 0;
|
position: absolute;
|
||||||
margin-left: 0;
|
inset-block-start: 1.5625rem;
|
||||||
|
margin-inline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Settings editing subform. */
|
/* Settings editing subform. */
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
|
|
||||||
/* Settings edit. */
|
/* Settings edit. */
|
||||||
.field-plugin-settings-edit-wrapper {
|
.field-plugin-settings-edit-wrapper {
|
||||||
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
@ -44,8 +45,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.field-plugin-settings-edit-wrapper .ajax-progress--throbber {
|
.field-plugin-settings-edit-wrapper .ajax-progress--throbber {
|
||||||
margin-right: 0;
|
position: absolute;
|
||||||
margin-left: 0;
|
inset-block-start: 25px;
|
||||||
|
margin-inline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Settings editing subform. */
|
/* Settings editing subform. */
|
||||||
|
|
Loading…
Reference in New Issue