fix(editor): Prevent RMC from loading schema if it's already cached (#6695)

* fix(editor): Prevent RMC from loading schema if it's already cached
*  Adding new tests for RMC
* 👕 Fixing lint errors
* 👌 Updating inline loader styling
This commit is contained in:
Milorad FIlipović
2023-07-19 13:07:39 +02:00
committed by GitHub
parent cd0e41a6b4
commit a79aa19833
3 changed files with 62 additions and 10 deletions

View File

@@ -199,10 +199,14 @@ export default defineComponent({
.container {
display: flex;
}
.loader > span {
line-height: 1em;
}
.loader {
padding-bottom: var(--spacing-4xs);
& > span {
line-height: 1em;
}
}
.controlsContainer {
display: flex;
}