mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Fix table display width. (#36728)
This commit is contained in:
parent
009f536d4e
commit
9c81b5d92b
1 changed files with 2 additions and 0 deletions
|
@ -4916,6 +4916,8 @@ table {
|
||||||
.documentation-table {
|
.documentation-table {
|
||||||
border-right: 1px solid #000;
|
border-right: 1px solid #000;
|
||||||
border-bottom: 1px solid #000;
|
border-bottom: 1px solid #000;
|
||||||
|
width: 100%;
|
||||||
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caption {
|
.caption {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue