diff options
author | Simon Rettberg | 2023-11-06 14:35:38 +0100 |
---|---|---|
committer | Simon Rettberg | 2023-11-06 14:35:38 +0100 |
commit | 6abca4c10568890850b6e1604003077b491288ec (patch) | |
tree | 8bddbae30933f0c66eb413f9a161d547d57504f8 /static/table.html | |
parent | Remove legacy PNG output mode (diff) | |
download | dnbd3-status-6abca4c10568890850b6e1604003077b491288ec.tar.gz dnbd3-status-6abca4c10568890850b6e1604003077b491288ec.tar.xz dnbd3-status-6abca4c10568890850b6e1604003077b491288ec.zip |
Work around broken Chrome
Diffstat (limited to 'static/table.html')
-rw-r--r-- | static/table.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/table.html b/static/table.html index 5f1b074..d1f298e 100644 --- a/static/table.html +++ b/static/table.html @@ -17,6 +17,7 @@ } .server-container { + align-items: start; display: flex; justify-content: center; overflow-y: auto; |