Skip to content

Commit

Permalink
Merge pull request #961 from FlowFuse/960-notification-bottom-center
Browse files Browse the repository at this point in the history
UI Notification - FIx the "bottom center" location option
  • Loading branch information
joepavitt authored Jun 12, 2024
2 parents ee1529e + 8a9da3c commit b496129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/widgets/ui_notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<option value="top center">Top Center</option>
<option value="top left">Top Left</option>
<option value="bottom right">Bottom Right</option>
<option value="bottom right">Bottom Center</option>
<option value="bottom center">Bottom Center</option>
<option value="bottom left">Bottom Left</option>
<option value="center center">Center</option>
</select>
Expand Down

0 comments on commit b496129

Please sign in to comment.