Skip to content

Commit

Permalink
workaround for MS Edge text-justify bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MurakamiShinyu committed Aug 18, 2018
1 parent bbc4f6b commit b620148
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/user-agent-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,10 @@ fb2|body[name="notes"] fb2|section {
font-size: 1.2em;
}

/* MS Edge bug workaround */
:root {
-ms-text-justify: inter-ideograph;
text-justify: inter-ideograph;
}
* {
text-justify: inherit;
}

0 comments on commit b620148

Please sign in to comment.