Skip to content

Commit d72e30f

Browse files
fix(portal-next): fix documentation content going out of frame
1 parent 8048f40 commit d72e30f

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

gravitee-apim-portal-webui-next/src/app/api/api-details/api-tab-documentation/api-tab-documentation.component.scss

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
.api-tab-documentation {
2222
&__side-bar {
23-
<<<<<<< HEAD
2423
min-width: 276px;
2524
max-width: 300px;
2625
transition: margin-left 350ms ease-in-out;
@@ -31,23 +30,16 @@
3130

3231
&__tree {
3332
position: sticky;
34-
=======
35-
min-width: 276px; // 276px (side bar)
36-
37-
&__tree {
38-
position: sticky;
39-
top: 96px;
4033
}
41-
}
42-
43-
&__page-content {
44-
min-width: 0;
45-
flex: 1;
46-
overflow-wrap: break-word;
4734

48-
&__container {
35+
&__page-content {
4936
min-width: 0;
50-
>>>>>>> 5927d3578f (fix(portal-next): fix documentation content going out of frame)
37+
flex: 1;
38+
overflow-wrap: break-word;
39+
40+
&__container {
41+
min-width: 0;
42+
}
5143
}
5244
}
5345
}

0 commit comments

Comments
 (0)