Skip to content

Commit d81f066

Browse files
WangQianliangzfy0701
authored andcommitted
fix(code/frontend): side navigation bar width should be fixed (#31876)
1 parent 630dfb6 commit d81f066

File tree

1 file changed

+2
-0
lines changed
  • x-pack/plugins/code/public/components/main

1 file changed

+2
-0
lines changed

x-pack/plugins/code/public/components/main/main.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
width: calc(256rem / 14);
3030
border-right: $euiBorderThin;
3131
display: flex;
32+
flex-shrink: 0;
33+
flex-grow: 0;
3234
flex-direction: column;
3335
& > div {
3436
height: 100%;

0 commit comments

Comments
 (0)