Created
July 25, 2017 13:36
-
-
Save masterk63/0994819b8a90d14e25e29e26c14f1e81 to your computer and use it in GitHub Desktop.
ajustar texto del contenido wrap text
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
.ajustarTexto{ | |
word-break: break-all; | |
white-space: normal; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment