Skip to content

Commit 31e6231

Browse files
fix: Align jupyter cell output (#489)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent bec3261 commit 31e6231

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

doc/changelog.d/489.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: Align jupyter cell output

src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css/sphinx-gallery.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,3 @@ div.sphx-glr-download a {
5050
background-color: var(--ast-sphinx-gallery-download-background);
5151
color: var(--ast-sphinx-gallery-download-text);
5252
}
53-
54-
.docutils.container {
55-
display: flex;
56-
flex-direction: row;
57-
flex-wrap: wrap;
58-
align-content: center;
59-
justify-content: flex-start;
60-
gap: 10px;
61-
margin: initial;
62-
}

0 commit comments

Comments
 (0)