fix table sizing on bootstrap 4; fix profile application on single-use

invites

use table-sm and no form-check-input so profile menu looks normal on
bs4. Profile was being read after being marked as used on invites, so
single-use invites were deleted and no profile was applied.
This commit is contained in:
Harvey Tindall
2020-09-23 19:12:58 +01:00
parent 89e70f6f7a
commit 9bd7fca95e
5 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -437,7 +437,7 @@
<div id="profiles" class="unfocused">
<div class="card card-body">
<p>Profiles are applied to users when they create an account. They include things like access rights and homescreen layout. You can create them here.</p>
<table class="table table-striped table-borderless">
<table class="table table-sm table-striped table-borderless">
<thead>
<tr>
<th scope="col">Name</th>