overflow table

This commit is contained in:
Remi Rampin 2022-05-12 23:35:46 -04:00
parent 3faeabb299
commit 56686647a8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<label class="form-label" for="topic">What would you like to discuss?</label> <label class="form-label" for="topic">What would you like to discuss?</label>
<textarea class="form-control" id="topic" name="topic" placeholder="What would you like to discuss?" style="height: 10rem;"></textarea> <textarea class="form-control" id="topic" name="topic" placeholder="What would you like to discuss?" style="height: 10rem;"></textarea>
</div> </div>
<div class="mb-3"> <div class="mb-3" style="overflow-x: auto;">
<label class="form-label d-block">Which day and time works best for us to meet on Zoom?</label> <label class="form-label d-block">Which day and time works best for us to meet on Zoom?</label>
<table class="table"> <table class="table">
<thead> <thead>