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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user