Skip to content

Commit 18b14d3

Browse files
authored
Document that all table styles are inherited (twbs#20699)
1 parent d051ef5 commit 18b14d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Due to the widespread use of tables across third-party widgets like calendars an
1414

1515
## Examples
1616

17-
Using the most basic table markup, here's how `.table`-based tables look in Bootstrap.
17+
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.
1818

1919
{% example html %}
2020
<table class="table">

0 commit comments

Comments
 (0)