mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Merge pull request #2630 from vidartf/fix-tags-nowrap
Cell tags UI: Ensure close button does not wrap
This commit is contained in:
commit
a2ac7967aa
@ -62,6 +62,7 @@
|
||||
|
||||
.cell-tag {
|
||||
background-color: #fff;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.tags-input input[type=text]:focus {
|
||||
|
Loading…
Reference in New Issue
Block a user