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 {
|
.already-verified {
|
||||||
@include has-fa-icon(check, solid);
|
@include has-fa-icon(check, solid);
|
||||||
color: $color-success;
|
color: $color-success;
|
||||||
line-height: $line-height * 2;
|
margin-top: $line-height;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
color: $check;
|
color: $check;
|
||||||
|
|||||||
Reference in New Issue
Block a user