We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f2126 commit b173f0aCopy full SHA for b173f0a
3 files changed
js/workflows/workflow.js
@@ -183,6 +183,7 @@ class Workflow {
183
}
184
185
this.terminalTitle.textContent = title;
186
+ this.terminalTitle.title = title;
187
188
189
async showConnect(documentState) {
sass/layout/_header.scss
@@ -138,6 +138,9 @@
138
flex: auto;
139
overflow: hidden;
140
text-overflow: ellipsis;
141
+ white-space: nowrap;
142
+ flex-shrink: 1;
143
+ max-width: fit-content;
144
145
146
@media (max-width: $screen-xs-max) {
sass/layout/_layout.scss
@@ -60,13 +60,16 @@
60
61
#editor-bar, #serial-bar {
62
display: flex;
63
- flex-wrap: wrap;
64
align-items: center;
65
padding: 0 10px;
66
min-height: 60px;
67
height: 4em;
68
69
+#editor-bar {
70
+ flex-wrap: wrap;
71
+}
72
+
73
#editor-page {
74
#editor {
75
flex: 1 1 0%;
0 commit comments