Merge "Move dd scroll hack to .content scope"

This commit is contained in:
jenkins-bot 2022-05-11 16:35:20 +00:00 committed by Gerrit Code Review
commit cf1331736d

View file

@ -33,16 +33,8 @@
}
}
/* stylelint-enable no-descending-specificity */
}
dl {
margin-left: 1em;
dt {
font-weight: bold;
}
dd {
dl dd {
display: block;
// Some dd's may contain images so these need to be scrollable
// Text will not become scrollable.
@ -50,3 +42,12 @@ dl {
overflow: auto;
}
}
/* As in Vector, indenting of definition lists, and bolding of defintion terms is generically useful */
dl {
margin-left: 1em;
dt {
font-weight: bold;
}
}