From 58ecb1e67eb5989e3e407d9cb72fe3f53be1983f Mon Sep 17 00:00:00 2001 From: B_Rass Date: Tue, 29 Oct 2024 11:29:51 +0100 Subject: [PATCH] Fixing to short export_button max-width --- app/assets/stylesheets/application.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 9edcec992..807b1fc73 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -755,7 +755,7 @@ body { } .export-button { - max-width: 69px; + max-width: 70px; } .export-pdf-button {