add borders to editors (#3490)

# What this PR does
add missing borders to template editors

## Which issue(s) this PR fixes
https://github.com/grafana/oncall/issues/3463

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
This commit is contained in:
Dominik Broj 2023-12-05 11:23:35 +01:00 committed by GitHub
parent b73da8e2a4
commit 6c3f236db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,5 +67,7 @@
}
.template-editor-block-content {
height: calc(100% - 60px);
height: calc(100% - 57px);
border-left: var(--border-weak);
border-right: var(--border-weak);
}