Skip to content

Commit 69d6491

Browse files
committed
fix: section fields focus outline is cropped
1 parent ef6ec84 commit 69d6491

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/components/SectionFields.vue

+4
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ function evaluate(code, context = {}) {
171171
</script>
172172
173173
<style scoped>
174+
.form-control {
175+
margin: 2px;
176+
}
177+
174178
:deep(.form-control input:not([type='checkbox'])),
175179
:deep(.form-control select),
176180
:deep(.form-control textarea),

0 commit comments

Comments
 (0)