Fixes toll free position.
This commit is contained in:
parent
ea4d49f2a0
commit
555f8b3a99
|
@ -79,6 +79,11 @@
|
|||
.numbers-list {
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
li.toll-free:empty:before {
|
||||
content: '.';
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
&__href {
|
||||
|
|
|
@ -166,6 +166,11 @@
|
|||
list-style: none;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
li.toll-free:empty:before {
|
||||
content: '.';
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.dial-in-page {
|
||||
|
|
Loading…
Reference in New Issue