overflow table
This commit is contained in:
parent
3faeabb299
commit
56686647a8
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue