chg: [css:event-report] Improved layout when using objects in markdown headers

pull/7374/head
mokaddem 2021-04-23 16:22:58 +02:00
parent c3d94996c3
commit f4d65adbfc
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 7 additions and 0 deletions

View File

@ -94,6 +94,13 @@ span.misp-element-wrapper.object {
border: 1px solid #3465a4 !important;
}
h1 span.misp-element-wrapper,
h2 span.misp-element-wrapper,
h3 span.misp-element-wrapper,
h4 span.misp-element-wrapper {
line-height: 1.2em;
}
.misp-element-wrapper.object .obj-type {
display: inline-block;
background-color: #3465a4 !important;