[Docs] Fix table width (#27611)

This commit is contained in:
Balaji Veeramani 2022-08-07 20:19:19 -07:00 committed by GitHub
parent aeb2346804
commit 2a14bff99d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,11 +88,6 @@ th.tune-colab {
padding: 0; padding: 0;
} }
table {
/* Force full width for all table */
width: 136% !important;
}
img.inline-figure { img.inline-figure {
/* Override the display: block for img */ /* Override the display: block for img */
display: inherit !important; display: inherit !important;