Skip to content

Commit 5d9930c

Browse files
authored
fixes flexbox settings for HDA flowsheet (#152)
1 parent 0b4c00b commit 5d9930c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* Custom CSS for IDAES Examples */
2+
3+
/* For some reason this is needed */
4+
.bd-main .bd-content {
5+
flex-direction: column;
6+
flex-wrap: nowrap;
7+
}
8+

0 commit comments

Comments
 (0)