diff --git a/css/deep-linking/_mobile.scss b/css/deep-linking/_mobile.scss index f6f1e283a..b725eb2fe 100644 --- a/css/deep-linking/_mobile.scss +++ b/css/deep-linking/_mobile.scss @@ -79,6 +79,11 @@ .numbers-list { min-width: 150px; } + + li.toll-free:empty:before { + content: '.'; + visibility: hidden; + } } &__href { diff --git a/css/modals/invite/_info.scss b/css/modals/invite/_info.scss index a725dcd01..a2a50262e 100644 --- a/css/modals/invite/_info.scss +++ b/css/modals/invite/_info.scss @@ -166,6 +166,11 @@ list-style: none; vertical-align: top; } + + li.toll-free:empty:before { + content: '.'; + visibility: hidden; + } } .dial-in-page {