improvement: tasks UI responsivness improved for mobile devices.

This commit is contained in:
2026-07-13 16:49:24 +03:30
parent 08a1f34c4f
commit 547457d637
8 changed files with 95 additions and 74 deletions

View File

@@ -315,7 +315,7 @@ export function LabCasesDispatchPanel({
{!detailAlreadyInShipment ? (
<p className="text-xs text-text-muted">{t('labDispatchEmpty')}</p>
) : activeLabCase ? (
<div className="space-y-4 border border-border/60 rounded-[var(--radius-md)] p-4 bg-background-secondary/30">
<div className="space-y-4 border border-border/60 rounded-[var(--radius-md)] p-3 sm:p-4 bg-background-secondary/30">
{renderShipmentCardHeader()}
{sent ? (
<>
@@ -513,6 +513,7 @@ export function LabCasesDispatchPanel({
<Button
type="button"
variant="primary"
className="w-full sm:w-auto"
disabled={
disabled ||
sendBusyId === activeLabCase.clientId ||