Increase warning sign line height so that it renders correctly on smaller screens

This commit is contained in:
Luis Ramos
2020-05-12 13:32:38 +01:00
parent 2c55bef544
commit 3e0839de73

View File

@@ -234,6 +234,7 @@ $sidebar-footer-height: 5em;
.warning-sign {
margin: 0 10px 0 5px;
display: inline-block;
line-height: 1.9rem;
strong {
color: $grey-650;