Browse Source

Fixes toll free position.

master
damencho 6 years ago
parent
commit
555f8b3a99
2 changed files with 10 additions and 0 deletions
  1. 5
    0
      css/deep-linking/_mobile.scss
  2. 5
    0
      css/modals/invite/_info.scss

+ 5
- 0
css/deep-linking/_mobile.scss View File

@@ -79,6 +79,11 @@
79 79
         .numbers-list {
80 80
             min-width: 150px;
81 81
         }
82
+
83
+        li.toll-free:empty:before {
84
+            content: '.';
85
+            visibility: hidden;
86
+        }
82 87
     }
83 88
 
84 89
     &__href {

+ 5
- 0
css/modals/invite/_info.scss View File

@@ -166,6 +166,11 @@
166 166
         list-style: none;
167 167
         vertical-align: top;
168 168
     }
169
+
170
+    li.toll-free:empty:before {
171
+        content: '.';
172
+        visibility: hidden;
173
+    }
169 174
 }
170 175
 
171 176
 .dial-in-page {

Loading…
Cancel
Save