Skip to content

Commit 68f0613

Browse files
authored
make bold text in tables match font size (#19470)
1 parent afdbacc commit 68f0613

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/current/css/customstyles.scss

+4
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ table {
115115
ul {
116116
font-size: 14px;
117117
}
118+
strong,
119+
b {
120+
font-size: inherit;
121+
}
118122
}
119123
}
120124
}

0 commit comments

Comments
 (0)