Skip to content
Snippets Groups Projects
Commit 25aa4704 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-6110: make the mark element more or less match the front end

parent 8a3badd3
No related branches found
No related tags found
1 merge request!96ISTWCMS-6110: make the mark element more or less match the front end
......@@ -139,6 +139,15 @@ li > *:last-child {
margin-bottom: 0;
}
mark {
background: #ffea30;
color: #000000;
padding: 0.063rem 0.125rem;
/* Ensure the padding shows when there are line breaks. */
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
@media print {
li {
page-break-inside: avoid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment