fix(web): fix list height

This commit is contained in:
2023-01-30 21:53:07 +03:00
parent 5a78facf76
commit 9f94387fb0
4 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
<input type="checkbox" name="selection-filter" class="form-check-input" id="selection-filter" checked>
<label class="form-check-label" for="selection-filter">Show only selected</label>
</div>
<div class="form-group list" style="height: calc(100vh - 330px)"></div>
<div class="form-group list"></div>
<div class="form-group button-flex">
<button class="btn btn-primary" id="btn-confirm">Confirm</button>
<a target="_blank" class="btn btn-outline-info" id="btn-full">View full</a>