Updated styling for settings page

Fixed issue where redirects to home occured when reloading the settings page

Fixed errors that occured when loading the settings page
This commit is contained in:
Isaac Abadi
2021-08-01 20:40:29 -06:00
parent 8d6ec819e6
commit 34245bd339
8 changed files with 40 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
<div *ngIf="dataSource; else loading">
<div style="padding: 15px">
<div class="row">
<div class="table table-responsive px-5 pb-4 pt-2">
<div class="table table-responsive pb-4 pt-2">
<div class="example-header">
<mat-form-field>
<input matInput (keyup)="applyFilter($event.target.value)" placeholder="Search" i18n-placeholder="search field description">