forked from OSOceanAcoustics/echopop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request OSOceanAcoustics#267 from brandynlucca/update_exam…
…ple_workflow Changes to example workflow
- Loading branch information
Showing
6 changed files
with
890 additions
and
439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.output_area pre, | ||
.output_area .highlight, | ||
.output_text, | ||
.output_subarea { | ||
overflow-y: auto; /* Enable vertical scrolling */ | ||
max-height: 100px; /* Adjust the maximum height as needed */ | ||
} | ||
|
||
/* For smaller scrollable outputs */ | ||
.scroll-output-small pre { | ||
max-height: 150px; | ||
overflow-y: auto; | ||
} | ||
|
||
/* For larger scrollable outputs */ | ||
.scroll-output-large pre { | ||
max-height: 300px; | ||
overflow-y: auto; | ||
} |
Oops, something went wrong.