Don't use line-height to set verified text margin
Using line-height is confusing and has unexpected results when texts span over multiple lines, as might be the case in some language and screen resolution combinations.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
.already-verified {
|
||||
@include has-fa-icon(check, solid);
|
||||
color: $color-success;
|
||||
line-height: $line-height * 2;
|
||||
margin-top: $line-height;
|
||||
|
||||
&::before {
|
||||
color: $check;
|
||||
|
||||
Reference in New Issue
Block a user