I know to mirrot a component with scaleX(-1), but it flip all the component, in the vessel case, it mirror it label and value.
Best approach is to mirror label and value two times?
I know to mirrot a component with scaleX(-1), but it flip all the component, in the vessel case, it mirror it label and value.
Best approach is to mirror label and value two times?
Like this?
best aproach is to only mirror the svg
use theme.css or css injection
.ia_symbolComponent--p\&id {
transform: scaleX(-1);
}
Exactly this. Thank you.