Created
December 28, 2016 05:51
-
-
Save patorash/fe315a31491b54c9eb51a5b75f0f383d to your computer and use it in GitHub Desktop.
IEでもtext-align: justify;が効かせるplaceholder selectorを定義した。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%text-align-justify { | |
text-align: justify; | |
text-justify: inter-ideograph; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment