Skip to content

Commit 17a5218

Browse files
authored
fix 18367 (#18956)
1 parent 4c90842 commit 17a5218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/workspace-split-view/workspace-split-view-variant-selector.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ export class UmbWorkspaceSplitViewVariantSelectorElement<
358358
border: 1px solid var(--uui-color-border);
359359
border-radius: var(--uui-border-radius);
360360
width: 100%;
361-
height: 100%;
361+
height: auto;
362362
box-sizing: border-box;
363363
box-shadow: var(--uui-shadow-depth-3);
364364
}

0 commit comments

Comments
 (0)