Skip to content

Commit 78fc3dc

Browse files
authored
Remove unused CSS (#126)
1 parent 8de9257 commit 78fc3dc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

front_end/ui/legacy/RemoteDebuggingTerminatedScreen.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ export class RemoteDebuggingTerminatedScreen extends VBox {
7474
render(
7575
html`
7676
<h1 class="remote-debugging-terminated-title">${i18nString(UIStrings.title)}</h1>
77-
<span class="remote-debugging-terminated-message">
78-
${i18nString(UIStrings.debuggingConnectionWasClosed)}
77+
<div class="remote-debugging-terminated-message">
78+
<span>${i18nString(UIStrings.debuggingConnectionWasClosed)}</span>
7979
<span class="remote-debugging-terminated-reason">${reason}</span>
80-
</span>
80+
</div>
8181
<div class="remote-debugging-terminated-options">
8282
<div class="remote-debugging-terminated-label">
8383
${i18nString(UIStrings.reconnectWhenReadyByReopening)}

front_end/ui/legacy/remoteDebuggingTerminatedScreen.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
.remote-debugging-terminated-message {
1818
font-size: 14px;
19-
white-space: pre;
2019
margin: 5px 0;
2120
margin-bottom: 24px;
2221
}

0 commit comments

Comments
 (0)