Improve mobile table and search input UI

Hides the 'entradas' label on small screens, reduces the max width of the search input for mobile, adds text-xs and break-all classes to mobile table rows for better readability, and adjusts spacing in action buttons for a more compact layout.
This commit is contained in:
Juan Felipe Duarte
2025-09-23 10:37:29 -05:00
parent 35b4f51aee
commit 6d49224d44
2 changed files with 6 additions and 6 deletions
@@ -7,6 +7,6 @@
<option value="50">50</option>
<option value="100">100</option>
</select>
<p class="text-xs md:text-sm my-auto">entradas</p>
<p class="text-xs md:text-sm my-auto hidden md:block">entradas</p>
</div>