mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-23 20:40:36 +03:00
Docs: Fix wrong dark attribute in Table - Vertical Alignment (#33597)
* Fix wrong dark attribute * Remove the outer table completely Co-authored-by: Mark Otto <markd.otto@gmail.com>
This commit is contained in:
@@ -290,8 +290,7 @@ Table cells of `<thead>` are always vertical aligned to the bottom. Table cells
|
||||
</div>
|
||||
|
||||
```html
|
||||
<table class="table table-sm table-dark">
|
||||
<div class="table-responsive">
|
||||
<div class="table-responsive">
|
||||
<table class="table align-middle">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -313,8 +312,7 @@ Table cells of `<thead>` are always vertical aligned to the bottom. Table cells
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</table>
|
||||
</div>
|
||||
```
|
||||
|
||||
## Nesting
|
||||
|
||||
Reference in New Issue
Block a user