refactor(spinner): dependent-conditions on champ wrapper instead of each champ

This commit is contained in:
Colin Darie 2023-01-24 12:16:45 +01:00
parent 26236a11ba
commit 5bff5542f1
13 changed files with 33 additions and 30 deletions

View file

@ -534,6 +534,11 @@
margin-right: 0;
}
}
fieldset ~ .spinner {
position: relative;
top: -($default-fields-spacer / 2);
}
}
[data-react-component-value]:not([data-react-component-value^="ComboMultiple"]) {