fixes tagsinput text-area on long input [fixes SCI-2566]

This commit is contained in:
zmagod 2018-06-26 09:52:07 +02:00
parent d73b6146e8
commit 4b81c2c4db

View file

@ -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;