From 4b81c2c4db913a396c95a57ebdd23a2a72ef7acd Mon Sep 17 00:00:00 2001 From: zmagod Date: Tue, 26 Jun 2018 09:52:07 +0200 Subject: [PATCH] fixes tagsinput text-area on long input [fixes SCI-2566] --- app/assets/stylesheets/themes/scinote.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index e3e3f1f8f..83799eddc 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -589,6 +589,11 @@ a.edit-name-link:hover small { } } +.bootstrap-tagsinput { + overflow-x: auto; + overflow-y: hidden; +} + ul.no-style { list-style: none; margin: 0;