Skip to content

Commit 9d4a9b0

Browse files
Merge pull request #13495 from sg00dwin/editor-sidebar-width-bug
OCPBUGS-26039: Make editor sidebar width consistent
2 parents e3e650d + 9085409 commit 9d4a9b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/packages/console-shared/src/components/formik-fields/CodeEditorField.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
&__sidebar {
2929
display: flex;
30-
flex: 1 0 0;
30+
width: 34%;
3131
margin-top: -$pf-v5-global-gutter--md;
3232
@media screen and (max-width: $pf-v5-global--breakpoint--lg) {
3333
display: none;

frontend/public/style/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ body,
4242
height: 100%;
4343

4444
&__body {
45-
flex: 1 1 auto;
45+
flex: 2;
4646
}
4747

4848
&__close-button {

0 commit comments

Comments
 (0)