mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-18 00:04:10 -04:00
Document that all table styles are inherited (#20699)
This commit is contained in:
parent
d051ef5e61
commit
18b14d3c9f
@ -14,7 +14,7 @@ Due to the widespread use of tables across third-party widgets like calendars an
|
|||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
Using the most basic table markup, here's how `.table`-based tables look in Bootstrap.
|
Using the most basic table markup, here's how `.table`-based tables look in Bootstrap. **All table styles are inherited in Bootstrap 4**, meaning any nested tables will be styled in the same manner as the parent.
|
||||||
|
|
||||||
{% example html %}
|
{% example html %}
|
||||||
<table class="table">
|
<table class="table">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user