Skip to content

Commit

Permalink
Merge branch 'master' into nx_release
Browse files Browse the repository at this point in the history
  • Loading branch information
w1nklr authored Sep 6, 2024
2 parents 60713c9 + 94510ee commit 9454be0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions typescript/packages/well-log-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.13.1](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@1.13.1) (2024-09-06)


### Bug Fixes

* div size in the RTC Tab Layout story ([#2153](https://github.com/equinor/webviz-subsurface-components/issues/2153)) ([6b6a3bd](https://github.com/equinor/webviz-subsurface-components/commit/6b6a3bddc9f8fecb6da76d607e30eab722d5bee2)), closes [#2015](https://github.com/equinor/webviz-subsurface-components/issues/2015)

# [1.13.0](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@1.13.0) (2024-09-04)


Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/well-log-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webviz/well-log-viewer",
"version": "1.13.0",
"version": "1.13.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const RTCWellLogViewer: React.FunctionComponent = () => {

// storybook page
const meta: Meta<typeof RTCWellLogViewer> = {
title: "WellLogViewer / Examples / classification layout",
title: "WellLogViewer/Demo/ClassificationLayout",
component: RTCWellLogViewer,
};

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
.interior {
flex: 1;
height: 0%;
height: 0pt;
width: 100%;
display: flex;
flex-direction: row;
Expand All @@ -20,7 +20,7 @@
.middle{
flex: 1;
height: 100%;
width: 0%;
width: 0pt;
display: flex;
flex-direction: column;
}
Expand Down

0 comments on commit 9454be0

Please sign in to comment.