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:
parent
b73da8e2a4
commit
6c3f236db0
1 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue