Merge pull request #2630 from vidartf/fix-tags-nowrap

Cell tags UI: Ensure close button does not wrap
This commit is contained in:
Thomas Kluyver 2017-07-04 13:16:54 +01:00 committed by GitHub
commit a2ac7967aa

View File

@ -62,6 +62,7 @@
.cell-tag {
background-color: #fff;
white-space: nowrap;
}
.tags-input input[type=text]:focus {