fix missing style in warning and strike cards (#22177)

th-downstream
Rin 2 years ago committed by GitHub
parent 053d3ba6ca
commit 5015e7cee2

@ -1665,6 +1665,15 @@ a.sparkline {
box-sizing: border-box;
min-height: 100%;
a {
text: &highlight-text-color;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
p {
margin-bottom: 20px;
unicode-bidi: plaintext;

Loading…
Cancel
Save