get rid of float (#357)

This commit is contained in:
David Holdeman 2023-01-05 16:22:39 -06:00 committed by GitHub
parent 3625268b55
commit 751d90780e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.wy-table-responsive table td, .wy-table-responsive table th {
.wy-table-responsive table td, .wy-table-responsive table.mapped-screenshot th {
white-space: normal;
}
@ -14,8 +14,3 @@ rst-content .toctree-wrapper > p.caption, .rst-content h1, .rst-content h2, .rst
.rst-content table.mapped-screenshot td {
padding: 0px;
}
.wy-table-responsive {
float: left;
margin: 18px;
}