From a0578e09bb6200dad593128fe1485c563aa1ba6b Mon Sep 17 00:00:00 2001 From: artoscinote <85488244+artoscinote@users.noreply.github.com> Date: Mon, 4 Jul 2022 13:54:54 +0200 Subject: [PATCH] Fix tags modal css issue [SCI-6926] (#4182) --- app/assets/stylesheets/my_modules/protocols/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/my_modules/protocols/index.scss b/app/assets/stylesheets/my_modules/protocols/index.scss index db49bb3a1..779afbee3 100644 --- a/app/assets/stylesheets/my_modules/protocols/index.scss +++ b/app/assets/stylesheets/my_modules/protocols/index.scss @@ -516,7 +516,7 @@ width: 100%; } - .btn { + .status-buttons .btn { min-width: 230px; }