Skip to content

Commit

Permalink
Deploying to gh-pages from @ f90805b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
joeransegnola committed Jul 11, 2024
1 parent 993a18b commit 87ae3ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dev/joe/add-remove-layouts/web-layout/common/style/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -975,5 +975,6 @@ td,
display: flex;
justify-content: stretch;
align-items: stretch;
height: 100%;
/* overflow: hidden; */
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1 class="tag">Demonstrate web interop usage with multiple layouts</h1>
<div class="col hidden" id="left-panel-container"><iframe id="left-panel" class="fill"></iframe></div>
<div class="col fill" id="right-container">
<div class="tabs-row row tabs" id="tabs"></div>
<div id="layout_container" class="fill"></div>
<div id="layout_container" class="main-container"></div>
</div>
</div>
</main>
Expand Down

0 comments on commit 87ae3ec

Please sign in to comment.