We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f9713b + 340f7c8 commit 270c319Copy full SHA for 270c319
2 files changed
src/login/login.ts
@@ -758,7 +758,7 @@ export function selectWorkspace (
758
const box = dom.createElement('div')
759
const context: AuthenticationContext = { me, dom, div: box }
760
761
- function say (s, background) {
+ function say (s, background?) {
762
box.appendChild(widgets.errorMessageBlock(dom, s, background))
763
}
764
src/v2/components/layout/header/Header.ts
@@ -355,11 +355,14 @@ export class Header extends LitElement {
355
.account-menu-copy {
356
display: flex;
357
flex-direction: column;
358
+ flex: 1 1 auto;
359
min-width: 0;
360
361
362
.account-menu-label {
363
color: var(--header-button-text);
364
+ display: block;
365
+ max-width: 100%;
366
overflow: hidden;
367
text-overflow: ellipsis;
368
white-space: nowrap;
0 commit comments