Fix table display width. (#36728)
parent
009f536d4e
commit
9c81b5d92b
|
@ -4916,6 +4916,8 @@ table {
|
|||
.documentation-table {
|
||||
border-right: 1px solid #000;
|
||||
border-bottom: 1px solid #000;
|
||||
width: 100%;
|
||||
display: table;
|
||||
}
|
||||
|
||||
.caption {
|
||||
|
|
Loading…
Reference in New Issue