From 780402695c7303128165548f78b644c693a058a4 Mon Sep 17 00:00:00 2001 From: Pedro Augusto <67867895+astroxii@users.noreply.github.com> Date: Sat, 13 Nov 2021 18:51:36 -0300 Subject: fix typo (#3072) --- files/pt-br/web/css/white-space/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/pt-br/web/css/white-space/index.html b/files/pt-br/web/css/white-space/index.html index 3b8b3c6c7d..b7b3df28ab 100644 --- a/files/pt-br/web/css/white-space/index.html +++ b/files/pt-br/web/css/white-space/index.html @@ -131,7 +131,7 @@ white-space: inherit
[1] Internet Explorer 5.5+ suporta {{Cssxref("word-wrap")}}: break-word;
- O código à seguir permite quebras de linhas dentro de elementos pre:
pre { word-wrap: break-word; /* IE 5.5-7 */ -- cgit v1.2.3-54-g00ecf