Skip to content

Commit

Permalink
fix: section fields focus outline is cropped
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed May 17, 2024
1 parent ef6ec84 commit 69d6491
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/components/SectionFields.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 69d6491

Please sign in to comment.