mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Use UTF8 nbsp instead of whitespace because whitespaces get removed by minifying
This commit is contained in:
parent
8e455d873b
commit
ee8762f84b
@ -754,7 +754,7 @@ ul.et2_link_string {
|
||||
display: inline;
|
||||
}
|
||||
.et2_link_string li:not(:last-child):after {
|
||||
content: ', ';
|
||||
content: '\002C\00A0';
|
||||
}
|
||||
.et2_link_list {
|
||||
border-collapse: collapse;
|
||||
|
Loading…
Reference in New Issue
Block a user