From ebe14b1d97d0a471fc1815c690cdc8fcbb89d368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Herbinet?= <33763786+Jerome-Herbinet@users.noreply.github.com> Date: Fri, 5 May 2023 15:06:10 +0200 Subject: [PATCH] Fix : Share Expire After N Days width MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> --- apps/settings/css/settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss index 40e9c1b60f9..ef33d66966d 100644 --- a/apps/settings/css/settings.scss +++ b/apps/settings/css/settings.scss @@ -1138,7 +1138,7 @@ table.grid td.date { } input#shareapiExpireAfterNDays { - width: 40px; + width: 45px; } .indent {