Skip to content

Commit

Permalink
Improved image spacing (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms authored Sep 29, 2022
1 parent 023f5e2 commit b5b41ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- [#634](https://github.com/equinor/webviz-config/pull/634) - Disable automatic worker restart in `gunicorn` configuration.
- [#602](https://github.com/equinor/webviz-config/pull/602) - Changed the file and plugin names from `ExampleContentWrapper` to `ExampleWlfPlugin`.
- [#543](https://github.com/equinor/webviz-config/pull/543) - Improved spacing around images and image captions.
- [#618](https://github.com/equinor/webviz-config/pull/618) - Initialized `common_cache.CACHE` directly with 3600 sec timeout and deprecated `CACHE.TIMEOUT`.
- [#619](https://github.com/equinor/webviz-config/pull/619) - Adjusted the WLF example plugin to the best practice, added slots there and introduced new `callback_typecheck` decorator. Moreover, added a `StrEnum` class for IDs and settings.

Expand Down
5 changes: 4 additions & 1 deletion webviz_config/static/assets/webviz_config.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@
margin: auto;
max-width: 90%;
max-height: 90vw;
margin-top: 16px;
margin-bottom: 16px;

}

._markdown_image_caption {

display: block;
text-align: center;

margin-top: 16px;
margin-bottom: 32px;
}

0 comments on commit b5b41ec

Please sign in to comment.