Skip to content

Commit

Permalink
#7011 Weird symbols in question titles
Browse files Browse the repository at this point in the history
Fixes #7011
  • Loading branch information
novikov82 committed Sep 25, 2023
1 parent a1fd164 commit e0b15bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/defaultV2-theme/blocks/sd-element.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
.sv-string-viewer {
white-space: normal;

&::before {
content: "\200B";
&:empty::before {
content: " ";
}
}
}
Expand Down

0 comments on commit e0b15bb

Please sign in to comment.