Skip to content

Commit a0b1040

Browse files
committed
Fix AutoResize unit test on Linux cztomczak#2
1 parent c559f44 commit a0b1040

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

unittests/main_test.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@
2323
body,html {
2424
font-family: Arial;
2525
font-size: 11pt;
26-
width: 800px;
27-
heiht: 600px;
26+
}
27+
body {
28+
width: 810px;
29+
heiht: 610px;
2830
}
2931
</style>
3032
<script>

0 commit comments

Comments
 (0)