mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02: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,7 +290,6 @@ Table cells of `<thead>` are always vertical aligned to the bottom. Table cells
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<table class="table table-sm table-dark">
|
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table align-middle">
|
<table class="table align-middle">
|
||||||
<thead>
|
<thead>
|
||||||
@@ -314,7 +313,6 @@ Table cells of `<thead>` are always vertical aligned to the bottom. Table cells
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</table>
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Nesting
|
## Nesting
|
||||||
|
Reference in New Issue
Block a user