Skip to content

Commit 4fee1de

Browse files
authored
Merge pull request #30042 from jboxman/fix-callout-para
Fix subsequent paras for same callout
2 parents 9e76511 + ca5553b commit 4fee1de

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_stylesheets/docs.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,13 @@ table > tbody > tr > td > div > div > p > code {
12501250
.colist > table tr > td:last-of-type {
12511251
padding: 0 0 0.5em 0;
12521252
}
1253-
.qanda > ol > li > p > em:only-child {
1253+
/* Fix subsequent paras for same bullet */
1254+
.colist .paragraph p {
1255+
font-size: 14px;
1256+
line-height: 1.8;
1257+
margin: 0.5em 0;
1258+
}
1259+
.qanda > ol > li > p > em:only-child {
12541260
color: #1d4b8f;
12551261
}
12561262
.thumb, .th {

0 commit comments

Comments
 (0)