mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-05 04:03:45 +08:00
Merge pull request #1223 from ZmagoD/zd_SCI_2566
fixes tagsinput text-area on long input [fixes SCI-2566]
This commit is contained in:
commit
10554fecb4
1 changed files with 5 additions and 0 deletions
|
@ -589,6 +589,11 @@ a.edit-name-link:hover small {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bootstrap-tagsinput {
|
||||||
|
overflow-x: auto;
|
||||||
|
overflow-y: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
ul.no-style {
|
ul.no-style {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in a new issue