Skip to content

Commit

Permalink
fix: commands UI cutoff (#2490)
Browse files Browse the repository at this point in the history
  • Loading branch information
zunderscore committed Mar 26, 2024
1 parent df4b131 commit 56a3fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/app/templates/chat/_commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ul>
</div>

<div style="height: 100%">
<div class="pb-12" style="height: 100%">
<div ng-if="activeCmdTab === 0" style="height: 100%">
<firebot-item-table
items="commandsService.getCustomCommands()"
Expand Down

0 comments on commit 56a3fd7

Please sign in to comment.