1
0
mirror of https://github.com/GOSTSec/gostexplr synced 2025-03-13 05:51:26 +00:00

Minimal width for DOM root element

This commit is contained in:
xcps 2018-02-07 08:43:28 +05:00
parent e1b89bf9ef
commit 84c92354c9

View File

@ -10,6 +10,7 @@ body {
.page {
display: inline-block;
text-align: left;
min-width: 37em;
}
table td {