fix: section fields focus outline is cropped

This commit is contained in:
Shariq Ansari 2024-05-17 15:29:19 +05:30
parent ef6ec84826
commit 69d6491c80

View File

@ -171,6 +171,10 @@ function evaluate(code, context = {}) {
</script>
<style scoped>
.form-control {
margin: 2px;
}
:deep(.form-control input:not([type='checkbox'])),
:deep(.form-control select),
:deep(.form-control textarea),