From 55235969a785dc5728e805ce3b30b15bac63e5f6 Mon Sep 17 00:00:00 2001 From: Giga Chubinidze Date: Wed, 16 Aug 2023 10:22:20 +0400 Subject: [PATCH] changed minimum width to accomodate screen shrink --- app/assets/stylesheets/report_index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/report_index.scss b/app/assets/stylesheets/report_index.scss index d2875f12a..3772c18da 100644 --- a/app/assets/stylesheets/report_index.scss +++ b/app/assets/stylesheets/report_index.scss @@ -89,7 +89,7 @@ } } td:nth-child(4) { - min-width: min-content; + min-width: 60px; } }