From 56128e4c267e489e08b5e7108362c6c04b35c362 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Wed, 3 Nov 2021 02:17:02 +0900 Subject: CSS フレックスボックス関係の文書を更新 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/11/01 時点の英語版に同期 --- files/ja/web/css/flex-shrink/index.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'files/ja/web/css/flex-shrink/index.md') diff --git a/files/ja/web/css/flex-shrink/index.md b/files/ja/web/css/flex-shrink/index.md index 7984548518..02703bbfb0 100644 --- a/files/ja/web/css/flex-shrink/index.md +++ b/files/ja/web/css/flex-shrink/index.md @@ -3,11 +3,10 @@ title: flex-shrink slug: Web/CSS/flex-shrink tags: - CSS - - CSS Flexible Boxes - - CSS Property - CSS フレックスボックス + - CSS プロパティ - NeedsContent - - Reference + - リファレンス - recipe:css-property browser-compat: css.properties.flex-shrink translation_of: Web/CSS/flex-shrink @@ -56,9 +55,9 @@ flex-shrink: unset; #### HTML ```html -

全体の幅は 500px で、フレックスアイテムの flex-basis は 120px です。

-

A、B、C には flex-shrink:1 が、D と E には flex-shrink:2 が設定されています。

-

D と E の幅は他より狭くなります。

+全体の幅は 500px で、フレックスアイテムの flex-basis は 120px です。 +A、B、C には flex-shrink:1 が、D と E には flex-shrink:2 が設定されています。 +D と E の幅は他より狭くなります。
A
B
-- cgit v1.2.3-54-g00ecf