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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user