Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions idaes_examples/notebooks/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* Custom CSS for IDAES Examples */

/* For some reason this is needed */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any chance this comment could made a little clearer? Think of the poor soul who looks at this months or years from now...

.bd-main .bd-content {
flex-direction: column;
flex-wrap: nowrap;
}

Loading