Fix email/phone attribute decoration's spacing (whole thing still needs rework though)

This commit is contained in:
Molkobain
2021-02-19 22:12:02 +01:00
parent f04a5dbfef
commit 5e86183d40

View File

@@ -139,5 +139,9 @@ $ibo-field--value--padding-bottom--is-fullscreen: $ibo-field--label--padding-y--
}
}
.mailto, .tel{
white-space:nowrap;
white-space: nowrap;
.text_decoration {
margin-right: 0.5rem;
}
}