# What this PR does Bring new Jinja editor to webhooks ## Which issue(s) this PR fixes https://github.com/grafana/oncall/issues/2344 ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] 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) --------- Co-authored-by: Maxim <maxim.mordasov@grafana.com> Co-authored-by: Michael Derynck <michael.derynck@grafana.com>
30 lines
370 B
CSS
30 lines
370 B
CSS
.root {
|
|
display: block;
|
|
}
|
|
|
|
.title {
|
|
margin: 16px 0 0 16px;
|
|
}
|
|
|
|
.content {
|
|
margin: 4px;
|
|
}
|
|
|
|
.tabs__content {
|
|
padding-top: 16px;
|
|
}
|
|
|
|
.form-row {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
gap: 4px;
|
|
}
|
|
|
|
.form-field {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
/* TODO: figure out why this is not picked */
|
|
.webhooks__drawerContent .cursor.monaco-mouse-cursor-text {
|
|
display: none !important;
|
|
}
|