From 1b31f7f30a9c4bee20a95ed9444beeb997f83f0e Mon Sep 17 00:00:00 2001 From: Miha Mencin Date: Wed, 3 Jul 2019 13:16:07 +0200 Subject: [PATCH] SCI-3640 set max width of search bar to 50% --- app/assets/stylesheets/protocol_management.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/protocol_management.scss b/app/assets/stylesheets/protocol_management.scss index fbe09bd44..df819ee46 100644 --- a/app/assets/stylesheets/protocol_management.scss +++ b/app/assets/stylesheets/protocol_management.scss @@ -94,6 +94,7 @@ .input-group { margin-bottom: 0; + max-width: 50%; .form-control { border-right: 0;