We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a1f04 commit ed89a1dCopy full SHA for ed89a1d
assets/components/modai/css/mgr.css
@@ -15,6 +15,7 @@
15
padding-top: 3px;
16
vertical-align: baseline;
17
box-shadow: 0 0 0 1px #e4e4e4;
18
+ height: 1.85em;
19
&:disabled {
20
opacity:0.5;
21
cursor:initial;
assets/components/modai/js/mgr/autosummary.js
@@ -272,6 +272,7 @@ Ext.onReady(function() {
272
273
imagePlus.altTextField.el.dom.style.display = 'flex';
274
imagePlus.altTextField.el.dom.style.justifyItems = 'center';
275
+ imagePlus.altTextField.el.dom.style.alignItems = 'center';
276
277
imagePlus.el.dom.parentElement.parentElement.parentElement.querySelector('label').appendChild(imageWand);
278
imagePlus.altTextField.el.dom.appendChild(altTextWand);
0 commit comments