merge: IT-628 RabbitMQ worker, contracts, usage UI in channels screen #16

Closed
agrynco wants to merge 51 commits from feature/it-1115-html-template-escaping into IT-628
Showing only changes of commit c18f0b7fb1 - Show all commits
@@ -235,14 +235,26 @@ body {
} }
.template-preview-variables { .template-preview-variables {
display: flex; display: grid;
flex-direction: column; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: .75rem; gap: .75rem 1rem;
max-width: 420px; max-width: none;
}
.template-preview-variables > div {
margin-bottom: 0 !important;
}
.template-preview-variables .form-label {
font-size: .72rem;
margin-bottom: .2rem;
} }
.template-preview-variables .form-control-sm { .template-preview-variables .form-control-sm {
background: #fff; background: #fff;
min-height: calc(1.5em + .45rem + 2px);
padding: .2rem .45rem;
font-size: .82rem;
} }
.template-preview-subject { .template-preview-subject {