aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/max-height/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/css/max-height/index.html')
-rw-r--r--files/ja/web/css/max-height/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/css/max-height/index.html b/files/ja/web/css/max-height/index.html
index 4d333dd365..6444578585 100644
--- a/files/ja/web/css/max-height/index.html
+++ b/files/ja/web/css/max-height/index.html
@@ -54,12 +54,12 @@ max-height: unset;
<dt><code>min-content</code></dt>
<dd>内容物の最小の <code>max-height</code> です。</dd>
<dt><code>fit-content({{cssxref("&lt;length-percentage&gt;")}})</code></dt>
- <dd>利用可能な空白をして死された引数で置き換えた <code>fit-content</code> 式を使用します。すなわち、 <code>min(max-content, max(min-content, <var>引数</var>))</code> です。</dd>
+ <dd>利用可能な空白を指定された引数で置き換えた <code>fit-content</code> 式を使用します。すなわち、 <code>min(max-content, max(min-content, <var>引数</var>))</code> です。</dd>
</dl>
<h3 id="Formal_syntax" name="Formal_syntax">形式文法</h3>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Examples" name="Examples">例</h2>