Skip to content

Instantly share code, notes, and snippets.

@DianaEC
Created June 27, 2017 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DianaEC/7104833a11ecb4ee99603e2c7e794ea9 to your computer and use it in GitHub Desktop.
Save DianaEC/7104833a11ecb4ee99603e2c7e794ea9 to your computer and use it in GitHub Desktop.
Smaller Size
<!-- Small modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target=".bs-example-modal-sm">Small modal</button>
<div class="modal fade bs-example-modal-sm" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel">
<div class="modal-dialog modal-sm" role="document">
<div class="modal-content">
...
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment