v1.4.8k Fixed overflow hidden. forgot password and signup now works on pc
This commit is contained in:
@@ -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>
|
||||
|
||||
Regular → Executable
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user