From ee1bb38f27a323a8a94364716a65a9e191d75638 Mon Sep 17 00:00:00 2001 From: Jake Low Date: Mon, 27 Jul 2026 19:49:09 -0700 Subject: [PATCH] Use tabular numerals in lock timer to prevent layout shift --- src/components/TaskPane/TaskPane.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TaskPane/TaskPane.jsx b/src/components/TaskPane/TaskPane.jsx index 1c075273f..6d1a153f9 100644 --- a/src/components/TaskPane/TaskPane.jsx +++ b/src/components/TaskPane/TaskPane.jsx @@ -90,7 +90,7 @@ const TaskLockButton = ({ lockedAt, title, onClick }) => { aria-label={ariaLabel} > {lockedAt && ( - + {isExpired ? ( ) : (