diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-12-02 02:03:11 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-12-09 23:31:53 +0900 |
commit | d1fa9e8afa695d043c5bec2bff99354cdfcf71e9 (patch) | |
tree | c7433d39823f51ea617d11bd78af528ac43bfb07 /files/ja/web/css/fit-content() | |
parent | 2e150956b4988d350bcd0a9037291b44e42f77e2 (diff) | |
download | translated-content-d1fa9e8afa695d043c5bec2bff99354cdfcf71e9.tar.gz translated-content-d1fa9e8afa695d043c5bec2bff99354cdfcf71e9.tar.bz2 translated-content-d1fa9e8afa695d043c5bec2bff99354cdfcf71e9.zip |
2021/11/30 時点の英語版に同期
Diffstat (limited to 'files/ja/web/css/fit-content()')
-rw-r--r-- | files/ja/web/css/fit-content()/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/css/fit-content()/index.md b/files/ja/web/css/fit-content()/index.md index b98f044338..93f77251dc 100644 --- a/files/ja/web/css/fit-content()/index.md +++ b/files/ja/web/css/fit-content()/index.md @@ -56,12 +56,12 @@ fit-content(40%) ```html <div id="container"> - <div>Item as wide as the content.</div> + Item as wide as the content. <div> Item with more text in it. Because the contents of it are wider than the maximum width, it is clamped at 300 pixels. </div> - <div>Flexible item</div> + Flexible item </div> ``` |