aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/max-height/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/css/max-height/index.md')
-rw-r--r--files/fr/web/css/max-height/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/css/max-height/index.md b/files/fr/web/css/max-height/index.md
index 6e20a91a3a..b93c839434 100644
--- a/files/fr/web/css/max-height/index.md
+++ b/files/fr/web/css/max-height/index.md
@@ -52,7 +52,7 @@ max-height: unset;
- `min-content` {{experimental_inline}}
- : La hauteur intrinsèque minimale.
- `fill-available`{{experimental_inline}}
- - : La hauteur du bloc englobant moins la marge verticale, la bordure et le remplissage (_padding_). Certains navigateurs implémentent cette valeur avec un ancien nom : `available`.
+ - : La hauteur du bloc englobant moins la marge verticale, la bordure et le remplissage (_padding_). Certains navigateurs implémentent cette valeur avec un ancien nom : `available`.
- `fit-content` {{experimental_inline}}
- : Un synonyme pour `max-content`.
@@ -66,10 +66,10 @@ max-height: unset;
```html
<div> Lorem ipsum tralala sit amet, consectetur adipisicing
-  <p>
+ <p>
Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat.
-  </p>
+ </p>
</div>
```