mirror of
https://github.com/minio/docs.git
synced 2025-08-08 01:43:18 +03:00
Fix table width (#1281)
This PR addresses the issue where the table occasionally renders narrower than the body width. 
This commit is contained in:
@@ -224,6 +224,7 @@ table {
|
|||||||
table.docutils {
|
table.docutils {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
margin: 1rem 0 2rem;
|
margin: 1rem 0 2rem;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
td,
|
td,
|
||||||
th {
|
th {
|
||||||
|
Reference in New Issue
Block a user