Skip to content

Commit

Permalink
fixed math flex direction
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 604301620
  • Loading branch information
AmrKhalifa authored and OptaxDev committed Feb 5, 2024
1 parent 74cfe45 commit bee8870
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
div.math {
flex-direction: row;
}
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,11 @@ def new_process_docstring(app, what, name, obj, options, lines):
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = []

html_static_path = ['_static']
html_css_files = [
'css/custom.css',
]

# -- Options for myst -------------------------------------------------------
nb_execution_mode = 'force'
Expand Down

0 comments on commit bee8870

Please sign in to comment.