From 0c43a56222acb0ff44f44580ca4b09a819b707e6 Mon Sep 17 00:00:00 2001 From: Dan Gunter Date: Fri, 10 Oct 2025 00:29:07 -0700 Subject: [PATCH] fixes flexbox settings for HDA flowsheet --- idaes_examples/notebooks/_static/custom.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 idaes_examples/notebooks/_static/custom.css diff --git a/idaes_examples/notebooks/_static/custom.css b/idaes_examples/notebooks/_static/custom.css new file mode 100644 index 00000000..fd822f3d --- /dev/null +++ b/idaes_examples/notebooks/_static/custom.css @@ -0,0 +1,8 @@ +/* Custom CSS for IDAES Examples */ + +/* For some reason this is needed */ +.bd-main .bd-content { + flex-direction: column; + flex-wrap: nowrap; +} +