diff --git a/.gitignore b/.gitignore index 7ed606e..ef0c99f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ docs/lottie.schema.json site/ __pycache__ node_modules +path +venv # Operating system .DS_Store \ No newline at end of file diff --git a/tools/theme/css/lottie-theme.css b/tools/theme/css/lottie-theme.css index 15d545b..28e07b5 100644 --- a/tools/theme/css/lottie-theme.css +++ b/tools/theme/css/lottie-theme.css @@ -112,6 +112,12 @@ a:hover { background-color: #006a5f; } -.container { - width: fit-content; +code { + white-space: normal; +} + +table { + display: block; + overflow-x: auto; + white-space: nowrap; }