diff --git a/front_end/panels/rn_welcome/RNWelcome.ts b/front_end/panels/rn_welcome/RNWelcome.ts index ed65708f39cd..968173ba4142 100644 --- a/front_end/panels/rn_welcome/RNWelcome.ts +++ b/front_end/panels/rn_welcome/RNWelcome.ts @@ -173,10 +173,11 @@ export class RNWelcomeImpl extends UI.Widget.VBox implements ${launchId ? html` -
+
${i18nString(UIStrings.sessionIdMessage)} -
- ${launchId} +
+ ${launchId} +
` : ''} ${this.#reactNativeVersion !== null && this.#reactNativeVersion !== undefined ? html` diff --git a/front_end/panels/rn_welcome/rnWelcome.css b/front_end/panels/rn_welcome/rnWelcome.css index 9adfe4cb32c0..ab8329f3ab6f 100644 --- a/front_end/panels/rn_welcome/rnWelcome.css +++ b/front_end/panels/rn_welcome/rnWelcome.css @@ -101,10 +101,12 @@ border-right: 1px solid var(--sys-color-on-base-divider); } -.rn-session-id { - display: flex; - align-items: center; +.rn-session-id-message { + display: block; margin-top: 24px; +} + +.rn-session-id-message > .rn-session-id { user-select: all; }