diff options
| -rw-r--r-- | data/templates/styles.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/styles.html b/data/templates/styles.html index 8dafb5ac3..58fff9f2f 100644 --- a/data/templates/styles.html +++ b/data/templates/styles.html @@ -63,7 +63,7 @@ img { max-width: 100%; } svg { - height; auto; + height: auto; max-width: 100%; } h1, h2, h3, h4, h5, h6 { |
