Do not create empty a element when there is no e-mail (#4455)
Empty a element is created when there is no business e-mail input.
This commit is contained in:
committed by
Eugen Rochko
parent
feadf7553d
commit
f91284d230
@ -147,9 +147,13 @@
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
a {
|
||||
a,
|
||||
span {
|
||||
font-weight: 400;
|
||||
color: lighten($ui-base-color, 34%);
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user