“Como embrulhar o texto em div css” Respostas de código

Como embrulhar o texto em div css

.example {
  overflow-wrap: break-word;
}
Defiant Dolphin

String de força CSS para embrulhar

<!-- For Block Elements -->
<textarea style="width:100px; word-wrap:break-word;">
  ACTGATCGAGCTGAAGCGCAGTGCGATGCTTCGATGATGCTGACGATGCTACGATGCGAGCATCTACGATCAGTC
</textarea>

<!-- For Inline Elements -->
<span style="width:100px; word-wrap:break-word; display:inline-block;"> 
   ACTGATCGAGCTGAAGCGCAGTGCGATGCTTCGATGATGCTGACGATGCTACGATGCGAGCATCTACGATCAGTC
</span>

<!-- Another thing to try: -->
<tr style="overflow-wrap: anywhere"><td>1</td><td>2</td></tr>
Chris PA

Respostas semelhantes a “Como embrulhar o texto em div css”

Perguntas semelhantes a “Como embrulhar o texto em div css”

Mais respostas relacionadas para “Como embrulhar o texto em div css” em CSS

Procure respostas de código populares por idioma

Procurar outros idiomas de código