Skip to content

Commit

Permalink
responsive ui
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed May 4, 2024
1 parent 3d2a385 commit 9cdc38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/matrix-choice.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
$columnData = $getColumnData();
@endphp

<div class="overflow-hidden shadow ring-1 ring-gray-200 dark:ring-white/10 ring-opacity-5 rounded-lg">
<div class="overflow-x-auto shadow ring-1 ring-gray-200 dark:ring-white/10 ring-opacity-5 rounded-lg">
<table class="w-full table-auto divide-y divide-gray-200 dark:divide-white/5 bg-white dark:bg-gray-900">
<thead>
<tr class="p-2 bg-gray-50 dark:bg-gray-800">
Expand Down

0 comments on commit 9cdc38d

Please sign in to comment.