From 4c1a64ce4f00ca2cf63104fa269c526767421c0d Mon Sep 17 00:00:00 2001 From: aignatov-bio <47317017+aignatov-bio@users.noreply.github.com> Date: Mon, 6 May 2019 14:19:32 +0200 Subject: [PATCH] Fix tags line up (#1722) --- 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 647c23fd8..cc88edeef 100644 --- a/app/assets/stylesheets/my_modules/protocols/index.scss +++ b/app/assets/stylesheets/my_modules/protocols/index.scss @@ -69,7 +69,7 @@ .select-container { float: right; position: relative; - width: calc(100% - 35px); + width: calc(100% - 40px); select { display: none;