mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix Python.
This commit is contained in:
parent
f7a5b1fdaf
commit
15f2912dc9
@ -9,7 +9,7 @@ HTML_BASE_TEST_TEMPLATE = """
|
||||
<html>
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri&display=swap');
|
||||
body { font-family: "Hind Siliguri", Arial, sans-serif; background: #EEE; }
|
||||
body {{ font-family: "Hind Siliguri", Arial, sans-serif; background: #EEE; }}
|
||||
h1 {{ margin-left: 10px; }}
|
||||
th, td {{ border: 0; padding: 5px 10px 5px 10px; text-align: left; vertical-align: top; line-height: 1.5; background-color: #FFF;
|
||||
td {{ white-space: pre; font-family: Monospace, Courier New; }}
|
||||
|
Loading…
Reference in New Issue
Block a user