mirror of
https://github.com/nasa/openmct.git
synced 2025-04-16 07:26:53 +00:00
style: ensure legacy indicators align with Vue indicators (#7458)
* style: ensure legacy indicators align with Vue indicators * fix: move logic to `vueWrapHtmlElement` and use `u-contents` class
This commit is contained in:
parent
4fbccd4c91
commit
847232d64b
@ -18,7 +18,8 @@ export default function vueWrapHtmlElement(element) {
|
||||
});
|
||||
|
||||
// Render function returning the wrapper div
|
||||
return () => h('div', { ref: wrapper });
|
||||
// Use class 'u-contents' to set 'display: contents' of the parent div
|
||||
return () => h('div', { ref: wrapper, class: 'u-contents' });
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user