mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-29 18:50:24 +00:00
Fix typo in vertical alignment of table cells (#35348)
This commit is contained in:
parent
367caea501
commit
96dcc150d5
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ Add `.table-sm` to make any `.table` more compact by cutting all cell `padding`
|
|||
|
||||
## Vertical alignment
|
||||
|
||||
Table cells of `<thead>` are always vertical aligned to the bottom. Table cells in `<tbody>` inherit their alignment from `<table>` and are aligned to the the top by default. Use the [vertical align]({{< docsref "/utilities/vertical-align" >}}) classes to re-align where needed.
|
||||
Table cells of `<thead>` are always vertical aligned to the bottom. Table cells in `<tbody>` inherit their alignment from `<table>` and are aligned to the top by default. Use the [vertical align]({{< docsref "/utilities/vertical-align" >}}) classes to re-align where needed.
|
||||
|
||||
<div class="bd-example">
|
||||
<div class="table-responsive">
|
||||
|
|
|
|||
Loading…
Reference in a new issue