Skip to content

Commit

Permalink
Add space between buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
sirknightj authored and bdhandap committed Sep 22, 2023
1 parent 4b87fe1 commit a8b21d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h4>Tracks</h4>
<div class="form-group input-group">
<input type="text" class="form-control" id="streamName" placeholder="Stream name">
<div class="input-group-append">
<button id="create-stream-button" type="submit" class="btn btn-primary" title="Create a Kinesis Video Stream with this name." data-toggle="modal" data-target="#create-stream-modal">Create Stream</button>
<button id="create-stream-button" type="submit" class="btn btn-primary ml-1 mr-1" title="Create a Kinesis Video Stream with this name." data-toggle="modal" data-target="#create-stream-modal">Create Stream</button>
<div class="modal fade" id="create-stream-modal" tabindex="-1" role="dialog" aria-labelledby="create-stream-modal-label" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
Expand Down

0 comments on commit a8b21d2

Please sign in to comment.