+
-
+
bot
@@ -670,6 +670,7 @@ function loadConversation() {
.noteHeaderBody {
flex: 1;
display: flex;
+ min-width: 0;
flex-direction: column;
justify-content: center;
padding-left: 16px;
@@ -678,6 +679,7 @@ function loadConversation() {
.noteHeaderBodyUpper {
display: flex;
+ min-width: 0;
}
.noteHeaderName {
diff --git a/packages/frontend/src/pages/embed/user-timeline.vue b/packages/frontend/src/pages/embed/user-timeline.vue
index ddd24cb9ce..cb3b2acf18 100644
--- a/packages/frontend/src/pages/embed/user-timeline.vue
+++ b/packages/frontend/src/pages/embed/user-timeline.vue
@@ -12,10 +12,10 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
-
+
@@ -110,6 +110,7 @@ misskeyApi('users/show', {
flex-shrink: 0;
padding: 8px 16px;
display: flex;
+ min-width: 0;
align-items: center;
gap: var(--margin);
border-bottom: 1px solid var(--divider);
@@ -129,6 +130,7 @@ misskeyApi('users/show', {
flex-grow: 1;
font-weight: 700;
line-height: 1.1;
+ min-width: 0;
.sub {
font-size: 0.8em;