Skip to content

Commit

Permalink
fix(plugins/plugin-client-common): sidecar maximization is a bit off …
Browse files Browse the repository at this point in the history
…when in a split

Fixes #6531
  • Loading branch information
starpit committed Jan 12, 2021
1 parent 798bfd5 commit bb69165
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
@include WidthConstrained {
@include NestedSidecar {
min-width: unset;

@include Maximized {
/* see https://github.com/IBM/kui/issues/6531 */
left: calc(#{$input-padding-left});
}
}
}

Expand Down

0 comments on commit bb69165

Please sign in to comment.