Fixed #4485 add max-width for attachTo and tooltip (#5493)

* Added tooltip of selectBox and set max width of attach to

* Undo our change, vscode fixed the issue
This commit is contained in:
Yurong He
2019-05-30 15:19:06 -07:00
committed by GitHub
parent 8e3fa660fd
commit a026b682c4
2 changed files with 4 additions and 4 deletions

View File

@@ -42,6 +42,7 @@
.notebookEditor .labelOnLeftContainer {
min-width: 100px;
max-width: 250px;
margin-right: 20px;
font-size: 13px;
text-align: center;