Skip to content

Commit 270c319

Browse files
committed
Merge branch 'post-milestone3m' of https://github.com/SolidOS/solid-ui into post-milestone3m
2 parents 1f9713b + 340f7c8 commit 270c319

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/login/login.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ export function selectWorkspace (
758758
const box = dom.createElement('div')
759759
const context: AuthenticationContext = { me, dom, div: box }
760760

761-
function say (s, background) {
761+
function say (s, background?) {
762762
box.appendChild(widgets.errorMessageBlock(dom, s, background))
763763
}
764764

src/v2/components/layout/header/Header.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,11 +355,14 @@ export class Header extends LitElement {
355355
.account-menu-copy {
356356
display: flex;
357357
flex-direction: column;
358+
flex: 1 1 auto;
358359
min-width: 0;
359360
}
360361
361362
.account-menu-label {
362363
color: var(--header-button-text);
364+
display: block;
365+
max-width: 100%;
363366
overflow: hidden;
364367
text-overflow: ellipsis;
365368
white-space: nowrap;

0 commit comments

Comments
 (0)