v1.4.8k Fixed overflow hidden. forgot password and signup now works on pc

This commit is contained in:
2020-11-24 13:14:25 +01:00
parent dc314bb2bc
commit c74f48dde5
14 changed files with 42 additions and 33 deletions
@@ -10,7 +10,7 @@
@endsection
@section("content")
<table class="tbl mt-2">
<table class="tbl mt-2 fixOverflow">
<tr>
<th>Fornavn</th>
<th>Efternavn</th>
+1 -1
View File
@@ -1,7 +1,7 @@
@extends("user.layout.base")
@section("title")
Login
Login Forgot
@endsection
@section("content")
@@ -55,7 +55,7 @@
<a class="btn btn-inline btn-sde-blue mb-0" href="{{ route('users.create') }}"><img src="{{ asset('/images/icons/plus.svg') }}" alt="Create">Opret Bruger</a>
@endif
</div>
<table class="tbl mt-2 letterSpaceTable" id="table_id">
<table class="tbl mt-2 letterSpaceTable fixOverflow" id="table_id">
<thead>
<th>Fornavn</th>
<th>Efternavn</th>