Skip to content

Commit

Permalink
iva-app: Fix padding of main content #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Nov 28, 2024
1 parent 0fc87a8 commit 2af79ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sites/iva/iva-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,7 @@ class IvaApp extends LitElement {
<!-- Render the center of the 'app': Secondary NavBar, the Tool and the Footer -->
<div class="w-full h-full overflow-auto" style="max-height:calc(100vh - 52px);">
<div class="px-3" style="min-height:calc(100vh - 120px);">
<div class="px-3 pb-3" style="min-height:calc(100vh - 120px);">
${this.app?.menu?.length > 0 ? html`
<layout-secondary-bar
.app="${this.app}"
Expand Down

0 comments on commit 2af79ff

Please sign in to comment.