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

Commit 10c91f0

Browse files
committed
fix(plugins/plugin-client-common): prompt can oddly shift to left with large font sizes
Fixes #4231
1 parent 9a796b3 commit 10c91f0

File tree

1 file changed

+1
-0
lines changed
  • plugins/plugin-client-common/web/css/static

1 file changed

+1
-0
lines changed

plugins/plugin-client-common/web/css/static/repl.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ body/*:not(.sidecar-full-screen)*/ repl.sidecar-visible .repl-selection, body/*.
352352
line-height: unset;
353353
letter-spacing: unset;
354354
margin: 0;
355+
overflow-x: hidden; /* see https://github.com/IBM/kui/issues/4231 */
355356
}
356357

357358
.bx--accordion__arrow {

0 commit comments

Comments
 (0)