Merge pull request #1223 from ZmagoD/zd_SCI_2566

fixes tagsinput text-area on long input [fixes SCI-2566]
This commit is contained in:
okriuchykhin 2018-06-28 10:50:12 +02:00 committed by GitHub
commit 10554fecb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;