Skip to content

Commit

Permalink
fix(website): result tab panel height (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant authored Mar 12, 2024
1 parent 86024a5 commit abf1e51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions website/src/styles/playground/_results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
.results-tabs {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
}

.mermaid {
Expand Down
2 changes: 1 addition & 1 deletion website/src/styles/playground/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.react-tabs__tab-panel {
display: none;
flex-direction: column;
height: 100%;
flex-grow: 1;
overflow: hidden;

> pre[class*=language-] {
Expand Down

0 comments on commit abf1e51

Please sign in to comment.