Skip to content

Commit

Permalink
webapp: inverter advanced tab needs space at the top
Browse files Browse the repository at this point in the history
this avoids the input text box from colliding with the tab navigation
bottom border.
  • Loading branch information
schlimmchen authored and tbnobody committed Nov 1, 2024
1 parent e724fb8 commit f85297d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/views/InverterAdminView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
</div>

<div
class="tab-pane fade show"
class="tab-pane fade show pt-3"
id="nav-advanced"
role="tabpanel"
aria-labelledby="nav-advanced-tab"
Expand Down

0 comments on commit f85297d

Please sign in to comment.