fix: Update broken styles in the editor (#5183)

This commit is contained in:
Sivin Varghese
2022-08-03 15:04:32 +05:30
committed by GitHub
parent f7d4f39b5c
commit 262458f07d
3 changed files with 17 additions and 16 deletions

View File

@@ -157,4 +157,12 @@ export default {
color: var(--s-600);
}
}
.input-container::v-deep {
margin: 0 0 var(--space-normal);
input {
margin-bottom: 0;
}
}
</style>