From d8904a32797cfa360cf04676af24d6a2b65293e5 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 08a887ff21a..0d321dbcc91 100644 --- a/apps/settings/css/settings.scss +++ b/apps/settings/css/settings.scss @@ -1127,7 +1127,7 @@ table.grid td.date { } input#shareapiExpireAfterNDays { - width: 40px; + width: 45px; } .indent {