Use UTF8 nbsp instead of whitespace because whitespaces get removed by minifying

This commit is contained in:
Hadi Nategh 2016-01-07 10:06:05 +00:00
parent 8e455d873b
commit ee8762f84b

View File

@ -754,7 +754,7 @@ ul.et2_link_string {
display: inline; display: inline;
} }
.et2_link_string li:not(:last-child):after { .et2_link_string li:not(:last-child):after {
content: ', '; content: '\002C\00A0';
} }
.et2_link_list { .et2_link_list {
border-collapse: collapse; border-collapse: collapse;