We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce810a commit dff6d23Copy full SHA for dff6d23
packages/documentation-framework/templates/mdx.css
@@ -1,7 +1,8 @@
1
#ws-page-content-router {
2
display: flex;
3
flex-direction: column;
4
- flex: 1;
+ flex-grow: 1;
5
+ flex-shrink: 0
6
}
7
8
.ws-release-notes-toc {
0 commit comments