diff options
Diffstat (limited to 'files/fr/web/css/min-block-size/index.md')
-rw-r--r-- | files/fr/web/css/min-block-size/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/css/min-block-size/index.md b/files/fr/web/css/min-block-size/index.md index 3ce41af49e..ececdb5ae2 100644 --- a/files/fr/web/css/min-block-size/index.md +++ b/files/fr/web/css/min-block-size/index.md @@ -14,7 +14,7 @@ La propriété **`min-block-size`** définit la taille minimale horizontale ou v {{EmbedInteractiveExample("pages/css/min-block-size.html")}} -Si le mode d'écriture est orienté verticalement, `min-block-size` fait référence à la hauteur minimale de l'élément. Sinon, elle fait référence à la largeur minimale de l'élément. to the minimal height of the element, otherwise it relates to the minimal width of the element. La propriété {{cssxref("min-inline-size")}} peut être utilisée pour les éléments en ligne. +Si le mode d'écriture est orienté verticalement, `min-block-size` fait référence à la hauteur minimale de l'élément. Sinon, elle fait référence à la largeur minimale de l'élément. to the minimal height of the element, otherwise it relates to the minimal width of the element. La propriété {{cssxref("min-inline-size")}} peut être utilisée pour les éléments en ligne. ## Syntaxe |