Improved input text spacing with small screens

This commit is contained in:
Francesco Bruno
2024-05-05 16:58:12 +00:00
parent 61fdf4b6c7
commit 0e217f48be
3 changed files with 4 additions and 5 deletions

View File

@@ -132,7 +132,7 @@
@if ($server->isFunctional())
<h3 class="py-4">Settings</h3>
<div class="flex gap-2">
<div class="flex gap-2 flex-wrap sm:flex-nowrap">
<x-forms.input id="cleanup_after_percentage" label="Disk cleanup threshold (%)" required
helper="The disk cleanup task will run when the disk usage exceeds this threshold." />
<x-forms.input id="server.settings.concurrent_builds" label="Number of concurrent builds" required