chore(js): update coldwired and react
This commit is contained in:
parent
316a33f97b
commit
1e11ad4ce6
24 changed files with 108 additions and 106 deletions
|
@ -28,3 +28,7 @@ body {
|
|||
.container {
|
||||
@extend %container;
|
||||
}
|
||||
|
||||
react-fragment {
|
||||
display: block;
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.form [data-react-component-value='MapEditor'] [data-reach-combobox-input] {
|
||||
.form react-fragment[data-component-name='MapEditor'] [data-reach-combobox-input] {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -524,7 +524,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
[data-react-component-value^="ComboMultiple"] {
|
||||
react-fragment[data-component-name^="ComboMultiple"] {
|
||||
margin-bottom: $default-fields-spacer;
|
||||
|
||||
[data-reach-combobox-input] {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
margin-left: 16px;
|
||||
}
|
||||
|
||||
[data-react-component-value^="ComboMultiple"] {
|
||||
react-fragment[data-component-name^="ComboMultiple"] {
|
||||
margin-bottom: 0;
|
||||
|
||||
[data-reach-combobox-token-list] {
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
[data-react-component-value^="ComboMultiple"] {
|
||||
react-fragment[data-component-name^="ComboMultiple"] {
|
||||
margin-bottom: $default-fields-spacer;
|
||||
|
||||
[data-reach-combobox-token-list] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue