xiaolongWangDev
Results
1
comments of
xiaolongWangDev
Run into the same issue today. overriding the following works for me. The content was set to "\200b" ``` .bootstrap-switch span::before { content: normal; } ```