1
0
mirror of https://github.com/minio/docs.git synced 2025-08-09 13:02:53 +03:00

Fix table width (#1281)

This PR addresses the issue where the table occasionally renders
narrower than the body width.

![Screenshot 2024-07-22 at 16 17
17](https://github.com/user-attachments/assets/b2c93990-019d-4007-b287-2edc1daffacb)
This commit is contained in:
Rushan
2024-07-24 23:26:34 +05:30
committed by GitHub
parent 2f0fb0aa3d
commit 5c138befa0

View File

@@ -224,6 +224,7 @@ table {
table.docutils {
box-shadow: none;
margin: 1rem 0 2rem;
width: 100%;
td,
th {