Skip to content
Snippets Groups Projects
Commit a84aa66e authored by Julian's avatar Julian Committed by Jonathan Weth
Browse files

Apply correct font-weight to strong tags in alerts

(cherry picked from commit 6116b0a6)
parent 8d26f7c3
No related branches found
No related tags found
1 merge request!669Do release 2.0b2
......@@ -513,6 +513,10 @@ th.orderable.desc > a {
margin: 0;
}
.alert strong {
font-weight: 700;
}
.alert > p, .alert > div {
margin: 10px;
padding: 10px;
......
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