File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ class Workflow {
183183 }
184184
185185 this . terminalTitle . textContent = title ;
186+ this . terminalTitle . title = title ;
186187 }
187188
188189 async showConnect ( documentState ) {
Original file line number Diff line number Diff line change 138138 flex : auto ;
139139 overflow : hidden ;
140140 text-overflow : ellipsis ;
141+ white-space : nowrap ;
142+ flex-shrink : 1 ;
143+ max-width : fit-content ;
141144}
142145
143146@media (max-width : $screen-xs-max ) {
Original file line number Diff line number Diff line change 6060
6161#editor-bar , #serial-bar {
6262 display : flex ;
63- flex-wrap : wrap ;
6463 align-items : center ;
6564 padding : 0 10px ;
6665 min-height : 60px ;
6766 height : 4em ;
6867}
6968
69+ #editor-bar {
70+ flex-wrap : wrap ;
71+ }
72+
7073#editor-page {
7174 #editor {
7275 flex : 1 1 0% ;
You can’t perform that action at this time.
0 commit comments