Skip to content

Commit

Permalink
修正漏れ。
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanasu committed Feb 10, 2024
1 parent 9adec79 commit 2dff1a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</select>
</div>
<div class="flex-item">
<button style="float: right;" (click)="helpDiceRollTable()">?</button>
<button style="float: right; cursor: help" (click)="helpDiceRollTable()">?</button>
<ng-container *ngIf="!isEmpty && selectedDiceRollTable">
<div style="font-size: smaller;">
<div style="margin-bottom: 3px;">
Expand Down

0 comments on commit 2dff1a0

Please sign in to comment.