Skip to content

Commit 7594312

Browse files
authored
Fix resizing panels (#711)
1 parent ed95a40 commit 7594312

File tree

1 file changed

+2
-2
lines changed
  • src/main/frontend/pipeline-console-view/pipeline-console/main

1 file changed

+2
-2
lines changed

src/main/frontend/pipeline-console-view/pipeline-console/main/split-view.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
display: grid;
44
gap: var(--section-padding);
55
animation: fade-in 0.1s ease-in-out both;
6-
align-items: start;
76
}
87

98
@keyframes fade-in {
@@ -13,7 +12,8 @@
1312
}
1413

1514
.pgv-split-view__side-panel {
16-
display: contents;
15+
position: relative;
16+
display: grid;
1717
}
1818

1919
.pgv-split-view__divider {

0 commit comments

Comments
 (0)