mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix typo in docs/getting-started/introduction.md
Remove 'including'.
This commit is contained in:
parent
86b3110242
commit
37426b9d83
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ You can see an example of this in action in the [starter template](#starter-temp
|
||||||
|
|
||||||
### Box-sizing
|
### Box-sizing
|
||||||
|
|
||||||
For more straightforward sizing in CSS, we switch the global `box-sizing` value from `content-box` to `border-box`. This ensures `padding` does not affect the final computed width of an element, but it can cause problems with some third party software like including Google Maps and Google Custom Search Engine.
|
For more straightforward sizing in CSS, we switch the global `box-sizing` value from `content-box` to `border-box`. This ensures `padding` does not affect the final computed width of an element, but it can cause problems with some third party software like Google Maps and Google Custom Search Engine.
|
||||||
|
|
||||||
On the rare occasion you need to override it, use something like the following:
|
On the rare occasion you need to override it, use something like the following:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue