0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00
Use possessive form of it

(cherry picked from commit d63b651f3708e878814d4c98dd85a759f80fefc4)

Co-authored-by: Quy <quy@fluxbb.org>
This commit is contained in:
XhmikosR 2020-05-06 09:12:26 +03:00 committed by GitHub
parent 650a7a7b76
commit 23aaee8c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,7 +272,7 @@ Use `.flex-grow-*` utilities to toggle a flex item's ability to grow to fill ava
</div>
{{< /example >}}
Use `.flex-shrink-*` utilities to toggle a flex item's ability to shrink if necessary. In the example below, the second flex item with `.flex-shrink-1` is forced to wrap it's contents to a new line, "shrinking" to allow more space for the previous flex item with `.w-100`.
Use `.flex-shrink-*` utilities to toggle a flex item's ability to shrink if necessary. In the example below, the second flex item with `.flex-shrink-1` is forced to wrap its contents to a new line, "shrinking" to allow more space for the previous flex item with `.w-100`.
{{< example >}}
<div class="d-flex bd-highlight">