Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit f103379

Browse files
committed
fix(plugins/plugin-client-common): sidecar maximization is a bit off when in a split
Fixes #6531
1 parent 47e1616 commit f103379

File tree

1 file changed

+5
-0
lines changed
  • plugins/plugin-client-common/web/scss/components/Sidecar

1 file changed

+5
-0
lines changed

plugins/plugin-client-common/web/scss/components/Sidecar/Nested.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
@include WidthConstrained {
2222
@include NestedSidecar {
2323
min-width: unset;
24+
25+
@include Maximized {
26+
/* see https://github.com/IBM/kui/issues/6531 */
27+
left: calc(#{$input-padding-left});
28+
}
2429
}
2530
}
2631

0 commit comments

Comments
 (0)