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
No related branches found
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"> <h1 class="text-xl my-4 dark:text-red-500">
Assignments for Assignments for
<%= link_to @user.name, user_assignments_path(@user) %> <%= link_to @user.name, user_assignments_path(@user) %>
...@@ -23,9 +23,9 @@ ...@@ -23,9 +23,9 @@
<% end %> <% end %>
</div> </div>
<div> <div class="overflow-x-auto max-w-full">
<h2 class="text-lg my-4">Table View</h2> <h2 class="text-lg my-4 sticky left-0">Table View</h2>
<table class="border *:border"> <table class="border *:border w-full">
<thead> <thead>
<tr class="*:font-bold *:border"> <tr class="*:font-bold *:border">
<th>Date</th> <th>Date</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment