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:
parent
feadf7553d
commit
f91284d230
2 changed files with 9 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue