From 38a51524a79b8d174f1ae9e2d3fbe287188fb86c Mon Sep 17 00:00:00 2001 From: Hokkaidosm <64832302+Hokkaidosm@users.noreply.github.com> Date: Sat, 29 Jan 2022 20:10:07 +0900 Subject: min-height - CSS: カスケーディングスタイルシート 導入部の修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit heightなのに、「幅」と記載されていた箇所が2箇所あったので修正。 --- files/ja/web/css/min-height/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/ja/web/css/min-height/index.md b/files/ja/web/css/min-height/index.md index 27fbb98ff5..b49d418b4d 100644 --- a/files/ja/web/css/min-height/index.md +++ b/files/ja/web/css/min-height/index.md @@ -17,11 +17,11 @@ translation_of: Web/CSS/min-height --- {{CSSRef}} -**`min-height`** は [CSS](/ja/docs/Web/CSS) のプロパティで、要素の最小幅を設定します。これは {{cssxref("height")}} プロパティの[使用値](/ja/docs/Web/CSS/used_value)が、`min-height` で指定した値を下回ることを防ぎます。 +**`min-height`** は [CSS](/ja/docs/Web/CSS) のプロパティで、要素の最小高を設定します。これは {{cssxref("height")}} プロパティの[使用値](/ja/docs/Web/CSS/used_value)が、`min-height` で指定した値を下回ることを防ぎます。 {{EmbedInteractiveExample("pages/css/min-height.html")}} -`min-height` の値が {{cssxref("max-height")}} および {{cssxref("height")}} の値より大きい場合は、`min-height` の値が要素の幅になります。 +`min-height` の値が {{cssxref("max-height")}} および {{cssxref("height")}} の値より大きい場合は、`min-height` の値が要素の高さになります。 ## 構文 -- cgit v1.2.3-54-g00ecf