Skip to content
Snippets Groups Projects
Verified Commit c173f317 authored by tribut's avatar tribut :man_dancing:
Browse files

Fix responsive layout for "My assignments"

Fixes #18
parent 56d7cc96
Branches
No related tags found
No related merge requests found
Pipeline #36933 passed
<div>
<div class="max-w-full">
<h1 class="text-xl my-4 dark:text-red-500">
Assignments for
<%= link_to @user.name, user_assignments_path(@user) %>
......@@ -23,9 +23,9 @@
<% end %>
</div>
<div>
<h2 class="text-lg my-4">Table View</h2>
<table class="border *:border">
<div class="overflow-x-auto max-w-full">
<h2 class="text-lg my-4 sticky left-0">Table View</h2>
<table class="border *:border w-full">
<thead>
<tr class="*:font-bold *:border">
<th>Date</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment